Shades of Medium Orchid #BB57EE
Tints of Medium Orchid #BB57EE
RGB
CMYK
RGB Variations
Color information
#BB57EE (or 0xBB57EE) is known color: Medium Orchid. HEX triplet: BB, 57 and EE. RGB value is (187,87,238). Sum of RGB (Red+Green+Blue) = 187+87+238=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57EE is #44A811. Grayscale: #858585. Windows color (decimal): -4499474 or 15620027. OLE color: 15620027.
HSL color Cylindrical-coordinate representation of color #BB57EE: hue angle of 279.74º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB57EE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 87 | 238 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.07 |
| HSL | 279.74º | 0.82% | 0.64% | - |
| HSV(B) | 279.74º | 0.63% | 0.93% | - |
| XYZ | 39.33 | 23.55 | 83.36 | - |
| YUV | 134.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 238 | 0.21 | 0.63 | 0 | 0.07 | 279.74 | 0.82 | 0.64 |
| Hex | BB | 57 | EE | 15 | 3F | 0 | 7 | 118 | 52 | 40 |
| Octal | 273 | 127 | 356 | 25 | 77 | 0 | 7 | 430 | 122 | 100 |
| Binary | 10111011 | 1010111 | 11101110 | 10101 | 111111 | 0 | 111 | 100011000 | 1010010 | 1000000 |
Color Harmonies of #BB57EE
Complementary color
Monochromatic Colors of #BB57EE
Black with #BB57EE
Text Example
Text Example
White with #BB57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57EE; }
p { color: rgb(187,87,238); }
H1.HeaderClassName
{
color: #BB57EE;
}
.AnyTagClassName
{
color: #BB57EE;
}
</style>
background-color css
<style>
a { background-color: #BB57EE; }
a { background-color: rgb(187,87,238); }
div.DivClassName
{
background-color: #BB57EE;
}
.BgClassName
{
background-color: #BB57EE;
}
</style>
border-color css
<style>
span { border-color: #BB57EE; }
span { border-color: rgb(187,87,238); }
td.TdClassName
{
border-color: #BB57EE;
}
.TagClassName
{
border-color: #BB57EE;
}
</style>