Shades of Medium Orchid #BB5FEA
Tints of Medium Orchid #BB5FEA
RGB
CMYK
RGB Variations
Color information
#BB5FEA (or 0xBB5FEA) is known color: Medium Orchid. HEX triplet: BB, 5F and EA. RGB value is (187,95,234). Sum of RGB (Red+Green+Blue) = 187+95+234=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FEA is #44A015. Grayscale: #898989. Windows color (decimal): -4497430 or 15359931. OLE color: 15359931.
HSL color Cylindrical-coordinate representation of color #BB5FEA: hue angle of 279.71º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5FEA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 95 | 234 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.08 |
| HSL | 279.71º | 0.77% | 0.65% | - |
| HSV(B) | 279.71º | 0.59% | 0.92% | - |
| XYZ | 39.44 | 24.69 | 80.53 | - |
| YUV | 138.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 234 | 0.20 | 0.59 | 0 | 0.08 | 279.71 | 0.77 | 0.65 |
| Hex | BB | 5F | EA | 14 | 3B | 0 | 8 | 118 | 4D | 41 |
| Octal | 273 | 137 | 352 | 24 | 73 | 0 | 10 | 430 | 115 | 101 |
| Binary | 10111011 | 1011111 | 11101010 | 10100 | 111011 | 0 | 1000 | 100011000 | 1001101 | 1000001 |
Color Harmonies of #BB5FEA
Complementary color
Monochromatic Colors of #BB5FEA
Black with #BB5FEA
Text Example
Text Example
White with #BB5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FEA; }
p { color: rgb(187,95,234); }
H1.HeaderClassName
{
color: #BB5FEA;
}
.AnyTagClassName
{
color: #BB5FEA;
}
</style>
background-color css
<style>
a { background-color: #BB5FEA; }
a { background-color: rgb(187,95,234); }
div.DivClassName
{
background-color: #BB5FEA;
}
.BgClassName
{
background-color: #BB5FEA;
}
</style>
border-color css
<style>
span { border-color: #BB5FEA; }
span { border-color: rgb(187,95,234); }
td.TdClassName
{
border-color: #BB5FEA;
}
.TagClassName
{
border-color: #BB5FEA;
}
</style>