Shades of Medium Orchid #BB5DEE
Tints of Medium Orchid #BB5DEE
RGB
CMYK
RGB Variations
Color information
#BB5DEE (or 0xBB5DEE) is known color: Medium Orchid. HEX triplet: BB, 5D and EE. RGB value is (187,93,238). Sum of RGB (Red+Green+Blue) = 187+93+238=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DEE is #44A211. Grayscale: #898989. Windows color (decimal): -4497938 or 15621563. OLE color: 15621563.
HSL color Cylindrical-coordinate representation of color #BB5DEE: hue angle of 278.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5DEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 93 | 238 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 278.9º | 0.81% | 0.65% | - |
| HSV(B) | 278.9º | 0.61% | 0.93% | - |
| XYZ | 39.84 | 24.57 | 83.53 | - |
| YUV | 137.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 238 | 0.21 | 0.61 | 0 | 0.07 | 278.9 | 0.81 | 0.65 |
| Hex | BB | 5D | EE | 15 | 3D | 0 | 7 | 117 | 51 | 41 |
| Octal | 273 | 135 | 356 | 25 | 75 | 0 | 7 | 427 | 121 | 101 |
| Binary | 10111011 | 1011101 | 11101110 | 10101 | 111101 | 0 | 111 | 100010111 | 1010001 | 1000001 |
Color Harmonies of #BB5DEE
Complementary color
Monochromatic Colors of #BB5DEE
Black with #BB5DEE
Text Example
Text Example
White with #BB5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DEE; }
p { color: rgb(187,93,238); }
H1.HeaderClassName
{
color: #BB5DEE;
}
.AnyTagClassName
{
color: #BB5DEE;
}
</style>
background-color css
<style>
a { background-color: #BB5DEE; }
a { background-color: rgb(187,93,238); }
div.DivClassName
{
background-color: #BB5DEE;
}
.BgClassName
{
background-color: #BB5DEE;
}
</style>
border-color css
<style>
span { border-color: #BB5DEE; }
span { border-color: rgb(187,93,238); }
td.TdClassName
{
border-color: #BB5DEE;
}
.TagClassName
{
border-color: #BB5DEE;
}
</style>