Shades of Medium Orchid #BD5CE4
Tints of Medium Orchid #BD5CE4
RGB
CMYK
RGB Variations
Color information
#BD5CE4 (or 0xBD5CE4) is known color: Medium Orchid. HEX triplet: BD, 5C and E4. RGB value is (189,92,228). Sum of RGB (Red+Green+Blue) = 189+92+228=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD5CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CE4 is #42A31B. Grayscale: #888888. Windows color (decimal): -4367132 or 14965949. OLE color: 14965949.
HSL color Cylindrical-coordinate representation of color #BD5CE4: hue angle of 282.79º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5CE4 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 92 | 228 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.11 |
| HSL | 282.79º | 0.72% | 0.63% | - |
| HSV(B) | 282.79º | 0.6% | 0.89% | - |
| XYZ | 38.82 | 24.07 | 76 | - |
| YUV | 136.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 228 | 0.17 | 0.60 | 0 | 0.11 | 282.79 | 0.72 | 0.63 |
| Hex | BD | 5C | E4 | 11 | 3C | 0 | B | 11B | 48 | 3F |
| Octal | 275 | 134 | 344 | 21 | 74 | 0 | 13 | 433 | 110 | 77 |
| Binary | 10111101 | 1011100 | 11100100 | 10001 | 111100 | 0 | 1011 | 100011011 | 1001000 | 111111 |
Color Harmonies of #BD5CE4
Complementary color
Monochromatic Colors of #BD5CE4
Black with #BD5CE4
Text Example
Text Example
White with #BD5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CE4; }
p { color: rgb(189,92,228); }
H1.HeaderClassName
{
color: #BD5CE4;
}
.AnyTagClassName
{
color: #BD5CE4;
}
</style>
background-color css
<style>
a { background-color: #BD5CE4; }
a { background-color: rgb(189,92,228); }
div.DivClassName
{
background-color: #BD5CE4;
}
.BgClassName
{
background-color: #BD5CE4;
}
</style>
border-color css
<style>
span { border-color: #BD5CE4; }
span { border-color: rgb(189,92,228); }
td.TdClassName
{
border-color: #BD5CE4;
}
.TagClassName
{
border-color: #BD5CE4;
}
</style>