Shades of Medium Orchid #BB6BDC
Tints of Medium Orchid #BB6BDC
RGB
CMYK
RGB Variations
Color information
#BB6BDC (or 0xBB6BDC) is known color: Medium Orchid. HEX triplet: BB, 6B and DC. RGB value is (187,107,220). Sum of RGB (Red+Green+Blue) = 187+107+220=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BDC is #449423. Grayscale: #8F8F8F. Windows color (decimal): -4494372 or 14445499. OLE color: 14445499.
HSL color Cylindrical-coordinate representation of color #BB6BDC: hue angle of 282.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6BDC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 107 | 220 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 282.48º | 0.62% | 0.64% | - |
| HSV(B) | 282.48º | 0.51% | 0.86% | - |
| XYZ | 38.67 | 26.25 | 70.74 | - |
| YUV | 143.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 220 | 0.15 | 0.51 | 0 | 0.14 | 282.48 | 0.62 | 0.64 |
| Hex | BB | 6B | DC | F | 33 | 0 | E | 11A | 3E | 40 |
| Octal | 273 | 153 | 334 | 17 | 63 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111011 | 1101011 | 11011100 | 1111 | 110011 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #BB6BDC
Complementary color
Monochromatic Colors of #BB6BDC
Black with #BB6BDC
Text Example
Text Example
White with #BB6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BDC; }
p { color: rgb(187,107,220); }
H1.HeaderClassName
{
color: #BB6BDC;
}
.AnyTagClassName
{
color: #BB6BDC;
}
</style>
background-color css
<style>
a { background-color: #BB6BDC; }
a { background-color: rgb(187,107,220); }
div.DivClassName
{
background-color: #BB6BDC;
}
.BgClassName
{
background-color: #BB6BDC;
}
</style>
border-color css
<style>
span { border-color: #BB6BDC; }
span { border-color: rgb(187,107,220); }
td.TdClassName
{
border-color: #BB6BDC;
}
.TagClassName
{
border-color: #BB6BDC;
}
</style>