#BB6BD6

Color #BB6BD6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB6BD6

Tints of Medium Orchid #BB6BD6

Color information

#BB6BD6 (or 0xBB6BD6) is unknown color: approx Medium Orchid. HEX triplet: BB, 6B and D6. RGB value is (187,107,214). Sum of RGB (Red+Green+Blue) = 187+107+214=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB6BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BD6 is #449429. Grayscale: #8E8E8E. Windows color (decimal): -4494378 or 14052283. OLE color: 14052283.

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

Color convert

RGB187107214-
CMYK0.130.5000.16
HSL284.86º56.61%62.94%-
HSV(B)284.86º50%83.92%-
XYZ37.8925.9466.63-
YUV143.12168159.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=36.81%
G=21.06%
B=42.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871072140.130.5000.16284.8656.6162.94
HexBB6BD6D3201011d393f
Octal27315332615620204357177
Binary101110111101011110101101101110010010000100011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BD6; }

 p { color: rgb(187,107,214); }

 H1.HeaderClassName
 {
   color: #BB6BD6;
 }
 .AnyTagClassName
 {
   color: #BB6BD6;
 }
</style>
background-color css

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

 a { background-color: rgb(187,107,214); }

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

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

 span { border-color: rgb(187,107,214); }

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