Shades of Medium Orchid #BB35CE
Tints of Medium Orchid #BB35CE
RGB
CMYK
RGB Variations
Color information
#BB35CE (or 0xBB35CE) is known color: Medium Orchid. HEX triplet: BB, 35 and CE. RGB value is (187,53,206). Sum of RGB (Red+Green+Blue) = 187+53+206=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35CE is #44CA31. Grayscale: #6E6E6E. Windows color (decimal): -4508210 or 13514171. OLE color: 13514171.
HSL color Cylindrical-coordinate representation of color #BB35CE: hue angle of 292.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB35CE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 53 | 206 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.19 |
| HSL | 292.55º | 0.61% | 0.51% | - |
| HSV(B) | 292.55º | 0.74% | 0.81% | - |
| XYZ | 32.91 | 17.57 | 60.05 | - |
| YUV | 110.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 206 | 0.09 | 0.74 | 0 | 0.19 | 292.55 | 0.61 | 0.51 |
| Hex | BB | 35 | CE | 9 | 4A | 0 | 13 | 125 | 3D | 33 |
| Octal | 273 | 65 | 316 | 11 | 112 | 0 | 23 | 445 | 75 | 63 |
| Binary | 10111011 | 110101 | 11001110 | 1001 | 1001010 | 0 | 10011 | 100100101 | 111101 | 110011 |
Color Harmonies of #BB35CE
Complementary color
Monochromatic Colors of #BB35CE
Black with #BB35CE
Text Example
Text Example
White with #BB35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB35CE; }
p { color: rgb(187,53,206); }
H1.HeaderClassName
{
color: #BB35CE;
}
.AnyTagClassName
{
color: #BB35CE;
}
</style>
background-color css
<style>
a { background-color: #BB35CE; }
a { background-color: rgb(187,53,206); }
div.DivClassName
{
background-color: #BB35CE;
}
.BgClassName
{
background-color: #BB35CE;
}
</style>
border-color css
<style>
span { border-color: #BB35CE; }
span { border-color: rgb(187,53,206); }
td.TdClassName
{
border-color: #BB35CE;
}
.TagClassName
{
border-color: #BB35CE;
}
</style>