Shades of Medium Orchid #BD5FE1
Tints of Medium Orchid #BD5FE1
RGB
CMYK
RGB Variations
Color information
#BD5FE1 (or 0xBD5FE1) is known color: Medium Orchid. HEX triplet: BD, 5F and E1. RGB value is (189,95,225). Sum of RGB (Red+Green+Blue) = 189+95+225=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD5FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FE1 is #42A01E. Grayscale: #898989. Windows color (decimal): -4366367 or 14770109. OLE color: 14770109.
HSL color Cylindrical-coordinate representation of color #BD5FE1: hue angle of 283.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5FE1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 95 | 225 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.12 |
| HSL | 283.38º | 0.68% | 0.63% | - |
| HSV(B) | 283.38º | 0.58% | 0.88% | - |
| XYZ | 38.67 | 24.44 | 73.91 | - |
| YUV | 137.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 225 | 0.16 | 0.58 | 0 | 0.12 | 283.38 | 0.68 | 0.63 |
| Hex | BD | 5F | E1 | 10 | 3A | 0 | C | 11B | 44 | 3F |
| Octal | 275 | 137 | 341 | 20 | 72 | 0 | 14 | 433 | 104 | 77 |
| Binary | 10111101 | 1011111 | 11100001 | 10000 | 111010 | 0 | 1100 | 100011011 | 1000100 | 111111 |
Color Harmonies of #BD5FE1
Complementary color
Monochromatic Colors of #BD5FE1
Black with #BD5FE1
Text Example
Text Example
White with #BD5FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FE1; }
p { color: rgb(189,95,225); }
H1.HeaderClassName
{
color: #BD5FE1;
}
.AnyTagClassName
{
color: #BD5FE1;
}
</style>
background-color css
<style>
a { background-color: #BD5FE1; }
a { background-color: rgb(189,95,225); }
div.DivClassName
{
background-color: #BD5FE1;
}
.BgClassName
{
background-color: #BD5FE1;
}
</style>
border-color css
<style>
span { border-color: #BD5FE1; }
span { border-color: rgb(189,95,225); }
td.TdClassName
{
border-color: #BD5FE1;
}
.TagClassName
{
border-color: #BD5FE1;
}
</style>