Html Css Color HEX #BB3BFF Medium Orchid

📋 copy color: '#BB3BFF'

red 187 ◦ green 59 ◦ blue 255

#BB3BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB3BFF

Tints of Medium Orchid #BB3BFF

RGB

 RED value IS 187 (73.44% from 255) = 37.33%

 GREEN value IS 59 (23.44% from 255) = 11.78%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 37.33%
G = 11.78%
B = 50.9%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB3BFF (or 0xBB3BFF) is known color: Medium Orchid. HEX triplet: BB, 3B and FF. RGB value is (187,59,255). Sum of RGB (Red+Green+Blue) = 187+59+255=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3BFF is #44C400. Grayscale: #767676. Windows color (decimal): -4506625 or 16726971. OLE color: 16726971.

HSL color Cylindrical-coordinate representation of color #BB3BFF: hue angle of 279.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3BFF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 59 255 -
CMYK 0.27 0.77 0 0
HSL 279.18º 1% 0.62% -
HSV(B) 279.18º 0.77% 1% -
XYZ 40.11 20.91 96.53 -
YUV 119.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 187 59 255 0.27 0.77 0 0 279.18 1 0.62
Hex BB 3B FF 1B 4D 0 0 117 64 3E
Octal 273 73 377 33 115 0 0 427 144 76
Binary 10111011 111011 11111111 11011 1001101 0 0 100010111 1100100 111110

Color Harmonies of #BB3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BFF

Black with #BB3BFF

Text Example


Text Example

White with #BB3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BFF; }

 p { color: rgb(187,59,255); }

 H1.HeaderClassName
 {
   color: #BB3BFF;
 }
 .AnyTagClassName
 {
   color: #BB3BFF;
 }
</style>

background-color css

<style>
 a { background-color: #BB3BFF; }

 a { background-color: rgb(187,59,255); }

 div.DivClassName
 {
   background-color: #BB3BFF;
 }
 .BgClassName
 {
   background-color: #BB3BFF;
 }
</style>

border-color css

<style>
 span { border-color: #BB3BFF; }

 span { border-color: rgb(187,59,255); }

 td.TdClassName
 {
   border-color: #BB3BFF;
 }
 .TagClassName
 {
   border-color: #BB3BFF;
 }
</style>