Shades of Medium Orchid #BB5CEA
Tints of Medium Orchid #BB5CEA
RGB
CMYK
RGB Variations
Color information
#BB5CEA (or 0xBB5CEA) is known color: Medium Orchid. HEX triplet: BB, 5C and EA. RGB value is (187,92,234). Sum of RGB (Red+Green+Blue) = 187+92+234=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CEA is #44A315. Grayscale: #888888. Windows color (decimal): -4498198 or 15359163. OLE color: 15359163.
HSL color Cylindrical-coordinate representation of color #BB5CEA: hue angle of 280.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5CEA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 92 | 234 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.08 |
| HSL | 280.14º | 0.77% | 0.64% | - |
| HSV(B) | 280.14º | 0.61% | 0.92% | - |
| XYZ | 39.17 | 24.16 | 80.44 | - |
| YUV | 136.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 234 | 0.20 | 0.61 | 0 | 0.08 | 280.14 | 0.77 | 0.64 |
| Hex | BB | 5C | EA | 14 | 3D | 0 | 8 | 118 | 4D | 40 |
| Octal | 273 | 134 | 352 | 24 | 75 | 0 | 10 | 430 | 115 | 100 |
| Binary | 10111011 | 1011100 | 11101010 | 10100 | 111101 | 0 | 1000 | 100011000 | 1001101 | 1000000 |
Color Harmonies of #BB5CEA
Complementary color
Monochromatic Colors of #BB5CEA
Black with #BB5CEA
Text Example
Text Example
White with #BB5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CEA; }
p { color: rgb(187,92,234); }
H1.HeaderClassName
{
color: #BB5CEA;
}
.AnyTagClassName
{
color: #BB5CEA;
}
</style>
background-color css
<style>
a { background-color: #BB5CEA; }
a { background-color: rgb(187,92,234); }
div.DivClassName
{
background-color: #BB5CEA;
}
.BgClassName
{
background-color: #BB5CEA;
}
</style>
border-color css
<style>
span { border-color: #BB5CEA; }
span { border-color: rgb(187,92,234); }
td.TdClassName
{
border-color: #BB5CEA;
}
.TagClassName
{
border-color: #BB5CEA;
}
</style>