Shades of Medium Orchid #BB4CEF
Tints of Medium Orchid #BB4CEF
RGB
CMYK
RGB Variations
Color information
#BB4CEF (or 0xBB4CEF) is known color: Medium Orchid. HEX triplet: BB, 4C and EF. RGB value is (187,76,239). Sum of RGB (Red+Green+Blue) = 187+76+239=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CEF is #44B310. Grayscale: #7F7F7F. Windows color (decimal): -4502289 or 15682747. OLE color: 15682747.
HSL color Cylindrical-coordinate representation of color #BB4CEF: hue angle of 280.86º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4CEF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 76 | 239 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.06 |
| HSL | 280.86º | 0.84% | 0.62% | - |
| HSV(B) | 280.86º | 0.68% | 0.94% | - |
| XYZ | 38.66 | 21.97 | 83.86 | - |
| YUV | 127.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 239 | 0.22 | 0.68 | 0 | 0.06 | 280.86 | 0.84 | 0.62 |
| Hex | BB | 4C | EF | 16 | 44 | 0 | 6 | 119 | 54 | 3E |
| Octal | 273 | 114 | 357 | 26 | 104 | 0 | 6 | 431 | 124 | 76 |
| Binary | 10111011 | 1001100 | 11101111 | 10110 | 1000100 | 0 | 110 | 100011001 | 1010100 | 111110 |
Color Harmonies of #BB4CEF
Complementary color
Monochromatic Colors of #BB4CEF
Black with #BB4CEF
Text Example
Text Example
White with #BB4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CEF; }
p { color: rgb(187,76,239); }
H1.HeaderClassName
{
color: #BB4CEF;
}
.AnyTagClassName
{
color: #BB4CEF;
}
</style>
background-color css
<style>
a { background-color: #BB4CEF; }
a { background-color: rgb(187,76,239); }
div.DivClassName
{
background-color: #BB4CEF;
}
.BgClassName
{
background-color: #BB4CEF;
}
</style>
border-color css
<style>
span { border-color: #BB4CEF; }
span { border-color: rgb(187,76,239); }
td.TdClassName
{
border-color: #BB4CEF;
}
.TagClassName
{
border-color: #BB4CEF;
}
</style>