Shades of Medium Orchid #BC5BE9
Tints of Medium Orchid #BC5BE9
RGB
CMYK
RGB Variations
Color information
#BC5BE9 (or 0xBC5BE9) is known color: Medium Orchid. HEX triplet: BC, 5B and E9. RGB value is (188,91,233). Sum of RGB (Red+Green+Blue) = 188+91+233=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC5BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BE9 is #43A416. Grayscale: #878787. Windows color (decimal): -4432919 or 15293372. OLE color: 15293372.
HSL color Cylindrical-coordinate representation of color #BC5BE9: hue angle of 280.99º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5BE9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 91 | 233 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.09 |
| HSL | 280.99º | 0.76% | 0.64% | - |
| HSV(B) | 280.99º | 0.61% | 0.91% | - |
| XYZ | 39.19 | 24.06 | 79.67 | - |
| YUV | 136.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 233 | 0.19 | 0.61 | 0 | 0.09 | 280.99 | 0.76 | 0.64 |
| Hex | BC | 5B | E9 | 13 | 3D | 0 | 9 | 119 | 4C | 40 |
| Octal | 274 | 133 | 351 | 23 | 75 | 0 | 11 | 431 | 114 | 100 |
| Binary | 10111100 | 1011011 | 11101001 | 10011 | 111101 | 0 | 1001 | 100011001 | 1001100 | 1000000 |
Color Harmonies of #BC5BE9
Complementary color
Monochromatic Colors of #BC5BE9
Black with #BC5BE9
Text Example
Text Example
White with #BC5BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BE9; }
p { color: rgb(188,91,233); }
H1.HeaderClassName
{
color: #BC5BE9;
}
.AnyTagClassName
{
color: #BC5BE9;
}
</style>
background-color css
<style>
a { background-color: #BC5BE9; }
a { background-color: rgb(188,91,233); }
div.DivClassName
{
background-color: #BC5BE9;
}
.BgClassName
{
background-color: #BC5BE9;
}
</style>
border-color css
<style>
span { border-color: #BC5BE9; }
span { border-color: rgb(188,91,233); }
td.TdClassName
{
border-color: #BC5BE9;
}
.TagClassName
{
border-color: #BC5BE9;
}
</style>