Html Css Color HEX #BB6FDE Medium Orchid

📋 copy color: '#BB6FDE'

red 187 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #BB6FDE

Tints of Medium Orchid #BB6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 35.96%
G = 21.35%
B = 42.69%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6FDE (or 0xBB6FDE) is known color: Medium Orchid. HEX triplet: BB, 6F and DE. RGB value is (187,111,222). Sum of RGB (Red+Green+Blue) = 187+111+222=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FDE is #449021. Grayscale: #929292. Windows color (decimal): -4493346 or 14577595. OLE color: 14577595.

HSL color Cylindrical-coordinate representation of color #BB6FDE: hue angle of 281.08º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6FDE is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 111 222 -
CMYK 0.16 0.5 0 0.13
HSL 281.08º 0.63% 0.65% -
HSV(B) 281.08º 0.5% 0.87% -
XYZ 39.36 27.21 72.28 -
YUV 146.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 187 111 222 0.16 0.5 0 0.13 281.08 0.63 0.65
Hex BB 6F DE 10 32 0 D 119 3F 41
Octal 273 157 336 20 62 0 15 431 77 101
Binary 10111011 1101111 11011110 10000 110010 0 1101 100011001 111111 1000001

Color Harmonies of #BB6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FDE

Black with #BB6FDE

Text Example


Text Example

White with #BB6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FDE; }

 p { color: rgb(187,111,222); }

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

background-color css

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

 a { background-color: rgb(187,111,222); }

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

border-color css

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

 span { border-color: rgb(187,111,222); }

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