Shades of Medium Orchid #BB6CC6
Tints of Medium Orchid #BB6CC6
RGB
CMYK
RGB Variations
Color information
#BB6CC6 (or 0xBB6CC6) is known color: Medium Orchid. HEX triplet: BB, 6C and C6. RGB value is (187,108,198). Sum of RGB (Red+Green+Blue) = 187+108+198=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CC6 is #449339. Grayscale: #8D8D8D. Windows color (decimal): -4494138 or 13003963. OLE color: 13003963.
HSL color Cylindrical-coordinate representation of color #BB6CC6: hue angle of 292.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6CC6 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 108 | 198 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.22 |
| HSL | 292.67º | 0.44% | 0.6% | - |
| HSV(B) | 292.67º | 0.45% | 0.78% | - |
| XYZ | 36.05 | 25.37 | 56.42 | - |
| YUV | 141.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 198 | 0.06 | 0.45 | 0 | 0.22 | 292.67 | 0.44 | 0.6 |
| Hex | BB | 6C | C6 | 6 | 2D | 0 | 16 | 125 | 2C | 3C |
| Octal | 273 | 154 | 306 | 6 | 55 | 0 | 26 | 445 | 54 | 74 |
| Binary | 10111011 | 1101100 | 11000110 | 110 | 101101 | 0 | 10110 | 100100101 | 101100 | 111100 |
Color Harmonies of #BB6CC6
Complementary color
Monochromatic Colors of #BB6CC6
Black with #BB6CC6
Text Example
Text Example
White with #BB6CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CC6; }
p { color: rgb(187,108,198); }
H1.HeaderClassName
{
color: #BB6CC6;
}
.AnyTagClassName
{
color: #BB6CC6;
}
</style>
background-color css
<style>
a { background-color: #BB6CC6; }
a { background-color: rgb(187,108,198); }
div.DivClassName
{
background-color: #BB6CC6;
}
.BgClassName
{
background-color: #BB6CC6;
}
</style>
border-color css
<style>
span { border-color: #BB6CC6; }
span { border-color: rgb(187,108,198); }
td.TdClassName
{
border-color: #BB6CC6;
}
.TagClassName
{
border-color: #BB6CC6;
}
</style>