Shades of Medium Orchid #BB5CEF
Tints of Medium Orchid #BB5CEF
RGB
CMYK
RGB Variations
Color information
#BB5CEF (or 0xBB5CEF) is known color: Medium Orchid. HEX triplet: BB, 5C and EF. RGB value is (187,92,239). Sum of RGB (Red+Green+Blue) = 187+92+239=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CEF is #44A310. Grayscale: #888888. Windows color (decimal): -4498193 or 15686843. OLE color: 15686843.
HSL color Cylindrical-coordinate representation of color #BB5CEF: hue angle of 278.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5CEF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 92 | 239 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.06 |
| HSL | 278.78º | 0.82% | 0.65% | - |
| HSV(B) | 278.78º | 0.62% | 0.94% | - |
| XYZ | 39.9 | 24.45 | 84.28 | - |
| YUV | 137.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 239 | 0.22 | 0.62 | 0 | 0.06 | 278.78 | 0.82 | 0.65 |
| Hex | BB | 5C | EF | 16 | 3E | 0 | 6 | 117 | 52 | 41 |
| Octal | 273 | 134 | 357 | 26 | 76 | 0 | 6 | 427 | 122 | 101 |
| Binary | 10111011 | 1011100 | 11101111 | 10110 | 111110 | 0 | 110 | 100010111 | 1010010 | 1000001 |
Color Harmonies of #BB5CEF
Complementary color
Monochromatic Colors of #BB5CEF
Black with #BB5CEF
Text Example
Text Example
White with #BB5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CEF; }
p { color: rgb(187,92,239); }
H1.HeaderClassName
{
color: #BB5CEF;
}
.AnyTagClassName
{
color: #BB5CEF;
}
</style>
background-color css
<style>
a { background-color: #BB5CEF; }
a { background-color: rgb(187,92,239); }
div.DivClassName
{
background-color: #BB5CEF;
}
.BgClassName
{
background-color: #BB5CEF;
}
</style>
border-color css
<style>
span { border-color: #BB5CEF; }
span { border-color: rgb(187,92,239); }
td.TdClassName
{
border-color: #BB5CEF;
}
.TagClassName
{
border-color: #BB5CEF;
}
</style>