Shades of Medium Orchid #BB60C8
Tints of Medium Orchid #BB60C8
RGB
CMYK
RGB Variations
Color information
#BB60C8 (or 0xBB60C8) is known color: Medium Orchid. HEX triplet: BB, 60 and C8. RGB value is (187,96,200). Sum of RGB (Red+Green+Blue) = 187+96+200=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB60C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60C8 is #449F37. Grayscale: #868686. Windows color (decimal): -4497208 or 13131963. OLE color: 13131963.
HSL color Cylindrical-coordinate representation of color #BB60C8: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB60C8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 96 | 200 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.22 |
| HSL | 292.5º | 0.49% | 0.58% | - |
| HSV(B) | 292.5º | 0.52% | 0.78% | - |
| XYZ | 35.1 | 23.1 | 57.25 | - |
| YUV | 135.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 200 | 0.06 | 0.52 | 0 | 0.22 | 292.5 | 0.49 | 0.58 |
| Hex | BB | 60 | C8 | 6 | 34 | 0 | 16 | 124 | 31 | 3A |
| Octal | 273 | 140 | 310 | 6 | 64 | 0 | 26 | 444 | 61 | 72 |
| Binary | 10111011 | 1100000 | 11001000 | 110 | 110100 | 0 | 10110 | 100100100 | 110001 | 111010 |
Color Harmonies of #BB60C8
Complementary color
Monochromatic Colors of #BB60C8
Black with #BB60C8
Text Example
Text Example
White with #BB60C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60C8; }
p { color: rgb(187,96,200); }
H1.HeaderClassName
{
color: #BB60C8;
}
.AnyTagClassName
{
color: #BB60C8;
}
</style>
background-color css
<style>
a { background-color: #BB60C8; }
a { background-color: rgb(187,96,200); }
div.DivClassName
{
background-color: #BB60C8;
}
.BgClassName
{
background-color: #BB60C8;
}
</style>
border-color css
<style>
span { border-color: #BB60C8; }
span { border-color: rgb(187,96,200); }
td.TdClassName
{
border-color: #BB60C8;
}
.TagClassName
{
border-color: #BB60C8;
}
</style>