Shades of Medium Orchid #BB5CED
Tints of Medium Orchid #BB5CED
RGB
CMYK
RGB Variations
Color information
#BB5CED (or 0xBB5CED) is known color: Medium Orchid. HEX triplet: BB, 5C and ED. RGB value is (187,92,237). Sum of RGB (Red+Green+Blue) = 187+92+237=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CED is #44A312. Grayscale: #888888. Windows color (decimal): -4498195 or 15555771. OLE color: 15555771.
HSL color Cylindrical-coordinate representation of color #BB5CED: hue angle of 279.31º 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 #BB5CED is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 92 | 237 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 279.31º | 0.8% | 0.65% | - |
| HSV(B) | 279.31º | 0.61% | 0.93% | - |
| XYZ | 39.61 | 24.33 | 82.73 | - |
| YUV | 136.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 237 | 0.21 | 0.61 | 0 | 0.07 | 279.31 | 0.8 | 0.65 |
| Hex | BB | 5C | ED | 15 | 3D | 0 | 7 | 117 | 50 | 41 |
| Octal | 273 | 134 | 355 | 25 | 75 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111011 | 1011100 | 11101101 | 10101 | 111101 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BB5CED
Complementary color
Monochromatic Colors of #BB5CED
Black with #BB5CED
Text Example
Text Example
White with #BB5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CED; }
p { color: rgb(187,92,237); }
H1.HeaderClassName
{
color: #BB5CED;
}
.AnyTagClassName
{
color: #BB5CED;
}
</style>
background-color css
<style>
a { background-color: #BB5CED; }
a { background-color: rgb(187,92,237); }
div.DivClassName
{
background-color: #BB5CED;
}
.BgClassName
{
background-color: #BB5CED;
}
</style>
border-color css
<style>
span { border-color: #BB5CED; }
span { border-color: rgb(187,92,237); }
td.TdClassName
{
border-color: #BB5CED;
}
.TagClassName
{
border-color: #BB5CED;
}
</style>