Shades of Medium Orchid #BB51EE
Tints of Medium Orchid #BB51EE
RGB
CMYK
RGB Variations
Color information
#BB51EE (or 0xBB51EE) is known color: Medium Orchid. HEX triplet: BB, 51 and EE. RGB value is (187,81,238). Sum of RGB (Red+Green+Blue) = 187+81+238=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51EE is #44AE11. Grayscale: #828282. Windows color (decimal): -4501010 or 15618491. OLE color: 15618491.
HSL color Cylindrical-coordinate representation of color #BB51EE: hue angle of 280.51º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB51EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 81 | 238 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.07 |
| HSL | 280.51º | 0.82% | 0.63% | - |
| HSV(B) | 280.51º | 0.66% | 0.93% | - |
| XYZ | 38.87 | 22.62 | 83.21 | - |
| YUV | 130.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 238 | 0.21 | 0.66 | 0 | 0.07 | 280.51 | 0.82 | 0.63 |
| Hex | BB | 51 | EE | 15 | 42 | 0 | 7 | 119 | 52 | 3F |
| Octal | 273 | 121 | 356 | 25 | 102 | 0 | 7 | 431 | 122 | 77 |
| Binary | 10111011 | 1010001 | 11101110 | 10101 | 1000010 | 0 | 111 | 100011001 | 1010010 | 111111 |
Color Harmonies of #BB51EE
Complementary color
Monochromatic Colors of #BB51EE
Black with #BB51EE
Text Example
Text Example
White with #BB51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51EE; }
p { color: rgb(187,81,238); }
H1.HeaderClassName
{
color: #BB51EE;
}
.AnyTagClassName
{
color: #BB51EE;
}
</style>
background-color css
<style>
a { background-color: #BB51EE; }
a { background-color: rgb(187,81,238); }
div.DivClassName
{
background-color: #BB51EE;
}
.BgClassName
{
background-color: #BB51EE;
}
</style>
border-color css
<style>
span { border-color: #BB51EE; }
span { border-color: rgb(187,81,238); }
td.TdClassName
{
border-color: #BB51EE;
}
.TagClassName
{
border-color: #BB51EE;
}
</style>