Shades of Medium Orchid #BB34CE
Tints of Medium Orchid #BB34CE
RGB
CMYK
RGB Variations
Color information
#BB34CE (or 0xBB34CE) is known color: Medium Orchid. HEX triplet: BB, 34 and CE. RGB value is (187,52,206). Sum of RGB (Red+Green+Blue) = 187+52+206=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34CE is #44CB31. Grayscale: #6D6D6D. Windows color (decimal): -4508466 or 13513915. OLE color: 13513915.
HSL color Cylindrical-coordinate representation of color #BB34CE: hue angle of 292.6º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB34CE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 52 | 206 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.19 |
| HSL | 292.6º | 0.61% | 0.51% | - |
| HSV(B) | 292.6º | 0.75% | 0.81% | - |
| XYZ | 32.86 | 17.48 | 60.03 | - |
| YUV | 109.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 206 | 0.09 | 0.75 | 0 | 0.19 | 292.6 | 0.61 | 0.51 |
| Hex | BB | 34 | CE | 9 | 4B | 0 | 13 | 125 | 3D | 33 |
| Octal | 273 | 64 | 316 | 11 | 113 | 0 | 23 | 445 | 75 | 63 |
| Binary | 10111011 | 110100 | 11001110 | 1001 | 1001011 | 0 | 10011 | 100100101 | 111101 | 110011 |
Color Harmonies of #BB34CE
Complementary color
Monochromatic Colors of #BB34CE
Black with #BB34CE
Text Example
Text Example
White with #BB34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34CE; }
p { color: rgb(187,52,206); }
H1.HeaderClassName
{
color: #BB34CE;
}
.AnyTagClassName
{
color: #BB34CE;
}
</style>
background-color css
<style>
a { background-color: #BB34CE; }
a { background-color: rgb(187,52,206); }
div.DivClassName
{
background-color: #BB34CE;
}
.BgClassName
{
background-color: #BB34CE;
}
</style>
border-color css
<style>
span { border-color: #BB34CE; }
span { border-color: rgb(187,52,206); }
td.TdClassName
{
border-color: #BB34CE;
}
.TagClassName
{
border-color: #BB34CE;
}
</style>