Shades of Medium Orchid #BB5DEA
Tints of Medium Orchid #BB5DEA
RGB
CMYK
RGB Variations
Color information
#BB5DEA (or 0xBB5DEA) is known color: Medium Orchid. HEX triplet: BB, 5D and EA. RGB value is (187,93,234). Sum of RGB (Red+Green+Blue) = 187+93+234=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DEA is #44A215. Grayscale: #888888. Windows color (decimal): -4497942 or 15359419. OLE color: 15359419.
HSL color Cylindrical-coordinate representation of color #BB5DEA: hue angle of 280º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5DEA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 93 | 234 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.08 |
| HSL | 280º | 0.77% | 0.64% | - |
| HSV(B) | 280º | 0.6% | 0.92% | - |
| XYZ | 39.26 | 24.33 | 80.47 | - |
| YUV | 137.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 234 | 0.20 | 0.60 | 0 | 0.08 | 280 | 0.77 | 0.64 |
| Hex | BB | 5D | EA | 14 | 3C | 0 | 8 | 118 | 4D | 40 |
| Octal | 273 | 135 | 352 | 24 | 74 | 0 | 10 | 430 | 115 | 100 |
| Binary | 10111011 | 1011101 | 11101010 | 10100 | 111100 | 0 | 1000 | 100011000 | 1001101 | 1000000 |
Color Harmonies of #BB5DEA
Complementary color
Monochromatic Colors of #BB5DEA
Black with #BB5DEA
Text Example
Text Example
White with #BB5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DEA; }
p { color: rgb(187,93,234); }
H1.HeaderClassName
{
color: #BB5DEA;
}
.AnyTagClassName
{
color: #BB5DEA;
}
</style>
background-color css
<style>
a { background-color: #BB5DEA; }
a { background-color: rgb(187,93,234); }
div.DivClassName
{
background-color: #BB5DEA;
}
.BgClassName
{
background-color: #BB5DEA;
}
</style>
border-color css
<style>
span { border-color: #BB5DEA; }
span { border-color: rgb(187,93,234); }
td.TdClassName
{
border-color: #BB5DEA;
}
.TagClassName
{
border-color: #BB5DEA;
}
</style>