Shades of Medium Orchid #BB5DED
Tints of Medium Orchid #BB5DED
RGB
CMYK
RGB Variations
Color information
#BB5DED (or 0xBB5DED) is known color: Medium Orchid. HEX triplet: BB, 5D and ED. RGB value is (187,93,237). Sum of RGB (Red+Green+Blue) = 187+93+237=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DED is #44A212. Grayscale: #898989. Windows color (decimal): -4497939 or 15556027. OLE color: 15556027.
HSL color Cylindrical-coordinate representation of color #BB5DED: hue angle of 279.17º degrees, saturation: 0.8, 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 #BB5DED is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 93 | 237 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 279.17º | 0.8% | 0.65% | - |
| HSV(B) | 279.17º | 0.61% | 0.93% | - |
| XYZ | 39.69 | 24.51 | 82.76 | - |
| YUV | 137.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 237 | 0.21 | 0.61 | 0 | 0.07 | 279.17 | 0.8 | 0.65 |
| Hex | BB | 5D | ED | 15 | 3D | 0 | 7 | 117 | 50 | 41 |
| Octal | 273 | 135 | 355 | 25 | 75 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111011 | 1011101 | 11101101 | 10101 | 111101 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BB5DED
Complementary color
Monochromatic Colors of #BB5DED
Black with #BB5DED
Text Example
Text Example
White with #BB5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DED; }
p { color: rgb(187,93,237); }
H1.HeaderClassName
{
color: #BB5DED;
}
.AnyTagClassName
{
color: #BB5DED;
}
</style>
background-color css
<style>
a { background-color: #BB5DED; }
a { background-color: rgb(187,93,237); }
div.DivClassName
{
background-color: #BB5DED;
}
.BgClassName
{
background-color: #BB5DED;
}
</style>
border-color css
<style>
span { border-color: #BB5DED; }
span { border-color: rgb(187,93,237); }
td.TdClassName
{
border-color: #BB5DED;
}
.TagClassName
{
border-color: #BB5DED;
}
</style>