Shades of Medium Orchid #BD5FE6
Tints of Medium Orchid #BD5FE6
RGB
CMYK
RGB Variations
Color information
#BD5FE6 (or 0xBD5FE6) is known color: Medium Orchid. HEX triplet: BD, 5F and E6. RGB value is (189,95,230). Sum of RGB (Red+Green+Blue) = 189+95+230=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD5FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FE6 is #42A019. Grayscale: #8A8A8A. Windows color (decimal): -4366362 or 15097789. OLE color: 15097789.
HSL color Cylindrical-coordinate representation of color #BD5FE6: hue angle of 281.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5FE6 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 95 | 230 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.10 |
| HSL | 281.78º | 0.73% | 0.64% | - |
| HSV(B) | 281.78º | 0.59% | 0.9% | - |
| XYZ | 39.36 | 24.72 | 77.56 | - |
| YUV | 138.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 230 | 0.18 | 0.59 | 0 | 0.10 | 281.78 | 0.73 | 0.64 |
| Hex | BD | 5F | E6 | 12 | 3B | 0 | A | 11A | 49 | 40 |
| Octal | 275 | 137 | 346 | 22 | 73 | 0 | 12 | 432 | 111 | 100 |
| Binary | 10111101 | 1011111 | 11100110 | 10010 | 111011 | 0 | 1010 | 100011010 | 1001001 | 1000000 |
Color Harmonies of #BD5FE6
Complementary color
Monochromatic Colors of #BD5FE6
Black with #BD5FE6
Text Example
Text Example
White with #BD5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FE6; }
p { color: rgb(189,95,230); }
H1.HeaderClassName
{
color: #BD5FE6;
}
.AnyTagClassName
{
color: #BD5FE6;
}
</style>
background-color css
<style>
a { background-color: #BD5FE6; }
a { background-color: rgb(189,95,230); }
div.DivClassName
{
background-color: #BD5FE6;
}
.BgClassName
{
background-color: #BD5FE6;
}
</style>
border-color css
<style>
span { border-color: #BD5FE6; }
span { border-color: rgb(189,95,230); }
td.TdClassName
{
border-color: #BD5FE6;
}
.TagClassName
{
border-color: #BD5FE6;
}
</style>