Shades of Medium Orchid #BB60CE
Tints of Medium Orchid #BB60CE
RGB
CMYK
RGB Variations
Color information
#BB60CE (or 0xBB60CE) is known color: Medium Orchid. HEX triplet: BB, 60 and CE. RGB value is (187,96,206). Sum of RGB (Red+Green+Blue) = 187+96+206=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CE is #449F31. Grayscale: #878787. Windows color (decimal): -4497202 or 13525179. OLE color: 13525179.
HSL color Cylindrical-coordinate representation of color #BB60CE: hue angle of 289.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB60CE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 96 | 206 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.19 |
| HSL | 289.64º | 0.53% | 0.59% | - |
| HSV(B) | 289.64º | 0.53% | 0.81% | - |
| XYZ | 35.82 | 23.39 | 61.02 | - |
| YUV | 135.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 206 | 0.09 | 0.53 | 0 | 0.19 | 289.64 | 0.53 | 0.59 |
| Hex | BB | 60 | CE | 9 | 35 | 0 | 13 | 122 | 35 | 3B |
| Octal | 273 | 140 | 316 | 11 | 65 | 0 | 23 | 442 | 65 | 73 |
| Binary | 10111011 | 1100000 | 11001110 | 1001 | 110101 | 0 | 10011 | 100100010 | 110101 | 111011 |
Color Harmonies of #BB60CE
Complementary color
Monochromatic Colors of #BB60CE
Black with #BB60CE
Text Example
Text Example
White with #BB60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60CE; }
p { color: rgb(187,96,206); }
H1.HeaderClassName
{
color: #BB60CE;
}
.AnyTagClassName
{
color: #BB60CE;
}
</style>
background-color css
<style>
a { background-color: #BB60CE; }
a { background-color: rgb(187,96,206); }
div.DivClassName
{
background-color: #BB60CE;
}
.BgClassName
{
background-color: #BB60CE;
}
</style>
border-color css
<style>
span { border-color: #BB60CE; }
span { border-color: rgb(187,96,206); }
td.TdClassName
{
border-color: #BB60CE;
}
.TagClassName
{
border-color: #BB60CE;
}
</style>