Shades of Medium Orchid #BB4CE9
Tints of Medium Orchid #BB4CE9
RGB
CMYK
RGB Variations
Color information
#BB4CE9 (or 0xBB4CE9) is known color: Medium Orchid. HEX triplet: BB, 4C and E9. RGB value is (187,76,233). Sum of RGB (Red+Green+Blue) = 187+76+233=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB4CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CE9 is #44B316. Grayscale: #7E7E7E. Windows color (decimal): -4502295 or 15289531. OLE color: 15289531.
HSL color Cylindrical-coordinate representation of color #BB4CE9: hue angle of 282.42º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4CE9 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 76 | 233 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.09 |
| HSL | 282.42º | 0.78% | 0.61% | - |
| HSV(B) | 282.42º | 0.67% | 0.91% | - |
| XYZ | 37.79 | 21.62 | 79.27 | - |
| YUV | 127.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 233 | 0.20 | 0.67 | 0 | 0.09 | 282.42 | 0.78 | 0.61 |
| Hex | BB | 4C | E9 | 14 | 43 | 0 | 9 | 11A | 4E | 3D |
| Octal | 273 | 114 | 351 | 24 | 103 | 0 | 11 | 432 | 116 | 75 |
| Binary | 10111011 | 1001100 | 11101001 | 10100 | 1000011 | 0 | 1001 | 100011010 | 1001110 | 111101 |
Color Harmonies of #BB4CE9
Complementary color
Monochromatic Colors of #BB4CE9
Black with #BB4CE9
Text Example
Text Example
White with #BB4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CE9; }
p { color: rgb(187,76,233); }
H1.HeaderClassName
{
color: #BB4CE9;
}
.AnyTagClassName
{
color: #BB4CE9;
}
</style>
background-color css
<style>
a { background-color: #BB4CE9; }
a { background-color: rgb(187,76,233); }
div.DivClassName
{
background-color: #BB4CE9;
}
.BgClassName
{
background-color: #BB4CE9;
}
</style>
border-color css
<style>
span { border-color: #BB4CE9; }
span { border-color: rgb(187,76,233); }
td.TdClassName
{
border-color: #BB4CE9;
}
.TagClassName
{
border-color: #BB4CE9;
}
</style>