#BB6BD3

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

Shades of Medium Orchid #BB6BD3

Tints of Medium Orchid #BB6BD3

Color information

#BB6BD3 (or 0xBB6BD3) is unknown color: approx Medium Orchid. HEX triplet: BB, 6B and D3. RGB value is (187,107,211). Sum of RGB (Red+Green+Blue) = 187+107+211=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB6BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BD3 is #44942C. Grayscale: #8E8E8E. Windows color (decimal): -4494381 or 13855675. OLE color: 13855675.

HSL color Cylindrical-coordinate representation of color #BB6BD3: hue angle of 286.15º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6BD3 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187107211-
CMYK0.110.4900.17
HSL286.15º54.17%62.35%-
HSV(B)286.15º49.29%82.75%-
XYZ37.5125.7864.63-
YUV142.78166.5159.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 211 (82.81% from 255) = 41.78%
R=37.03%
G=21.19%
B=41.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871072110.110.4900.17286.1554.1762.35
HexBB6BD3B3101111e363e
Octal27315332313610214366676
Binary101110111101011110100111011110001010001100011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BD3; }

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

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

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

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

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

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

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

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