Shades of Medium Orchid #BB34E8
Tints of Medium Orchid #BB34E8
RGB
CMYK
RGB Variations
Color information
#BB34E8 (or 0xBB34E8) is known color: Medium Orchid. HEX triplet: BB, 34 and E8. RGB value is (187,52,232). Sum of RGB (Red+Green+Blue) = 187+52+232=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB34E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB34E8 is #44CB17. Grayscale: #707070. Windows color (decimal): -4508440 or 15217851. OLE color: 15217851.
HSL color Cylindrical-coordinate representation of color #BB34E8: hue angle of 285º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB34E8 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 52 | 232 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.09 |
| HSL | 285º | 0.8% | 0.56% | - |
| HSV(B) | 285º | 0.78% | 0.91% | - |
| XYZ | 36.29 | 18.85 | 78.07 | - |
| YUV | 112.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 232 | 0.19 | 0.78 | 0 | 0.09 | 285 | 0.8 | 0.56 |
| Hex | BB | 34 | E8 | 13 | 4E | 0 | 9 | 11D | 50 | 38 |
| Octal | 273 | 64 | 350 | 23 | 116 | 0 | 11 | 435 | 120 | 70 |
| Binary | 10111011 | 110100 | 11101000 | 10011 | 1001110 | 0 | 1001 | 100011101 | 1010000 | 111000 |
Color Harmonies of #BB34E8
Complementary color
Monochromatic Colors of #BB34E8
Black with #BB34E8
Text Example
Text Example
White with #BB34E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34E8; }
p { color: rgb(187,52,232); }
H1.HeaderClassName
{
color: #BB34E8;
}
.AnyTagClassName
{
color: #BB34E8;
}
</style>
background-color css
<style>
a { background-color: #BB34E8; }
a { background-color: rgb(187,52,232); }
div.DivClassName
{
background-color: #BB34E8;
}
.BgClassName
{
background-color: #BB34E8;
}
</style>
border-color css
<style>
span { border-color: #BB34E8; }
span { border-color: rgb(187,52,232); }
td.TdClassName
{
border-color: #BB34E8;
}
.TagClassName
{
border-color: #BB34E8;
}
</style>