Shades of Medium Orchid #BB60E9
Tints of Medium Orchid #BB60E9
RGB
CMYK
RGB Variations
Color information
#BB60E9 (or 0xBB60E9) is known color: Medium Orchid. HEX triplet: BB, 60 and E9. RGB value is (187,96,233). Sum of RGB (Red+Green+Blue) = 187+96+233=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB60E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60E9 is #449F16. Grayscale: #8A8A8A. Windows color (decimal): -4497175 or 15294651. OLE color: 15294651.
HSL color Cylindrical-coordinate representation of color #BB60E9: hue angle of 279.85º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB60E9 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 96 | 233 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.09 |
| HSL | 279.85º | 0.76% | 0.65% | - |
| HSV(B) | 279.85º | 0.59% | 0.91% | - |
| XYZ | 39.38 | 24.81 | 79.8 | - |
| YUV | 138.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 233 | 0.20 | 0.59 | 0 | 0.09 | 279.85 | 0.76 | 0.65 |
| Hex | BB | 60 | E9 | 14 | 3B | 0 | 9 | 118 | 4C | 41 |
| Octal | 273 | 140 | 351 | 24 | 73 | 0 | 11 | 430 | 114 | 101 |
| Binary | 10111011 | 1100000 | 11101001 | 10100 | 111011 | 0 | 1001 | 100011000 | 1001100 | 1000001 |
Color Harmonies of #BB60E9
Complementary color
Monochromatic Colors of #BB60E9
Black with #BB60E9
Text Example
Text Example
White with #BB60E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60E9; }
p { color: rgb(187,96,233); }
H1.HeaderClassName
{
color: #BB60E9;
}
.AnyTagClassName
{
color: #BB60E9;
}
</style>
background-color css
<style>
a { background-color: #BB60E9; }
a { background-color: rgb(187,96,233); }
div.DivClassName
{
background-color: #BB60E9;
}
.BgClassName
{
background-color: #BB60E9;
}
</style>
border-color css
<style>
span { border-color: #BB60E9; }
span { border-color: rgb(187,96,233); }
td.TdClassName
{
border-color: #BB60E9;
}
.TagClassName
{
border-color: #BB60E9;
}
</style>