Shades of Medium Orchid #BD3EE0
Tints of Medium Orchid #BD3EE0
RGB
CMYK
RGB Variations
Color information
#BD3EE0 (or 0xBD3EE0) is known color: Medium Orchid. HEX triplet: BD, 3E and E0. RGB value is (189,62,224). Sum of RGB (Red+Green+Blue) = 189+62+224=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD3EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EE0 is #42C11F. Grayscale: #757575. Windows color (decimal): -4374816 or 14696125. OLE color: 14696125.
HSL color Cylindrical-coordinate representation of color #BD3EE0: hue angle of 287.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3EE0 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 62 | 224 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.12 |
| HSL | 287.04º | 0.72% | 0.56% | - |
| HSV(B) | 287.04º | 0.72% | 0.88% | - |
| XYZ | 36.16 | 19.65 | 72.41 | - |
| YUV | 118.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 224 | 0.16 | 0.72 | 0 | 0.12 | 287.04 | 0.72 | 0.56 |
| Hex | BD | 3E | E0 | 10 | 48 | 0 | C | 11F | 48 | 38 |
| Octal | 275 | 76 | 340 | 20 | 110 | 0 | 14 | 437 | 110 | 70 |
| Binary | 10111101 | 111110 | 11100000 | 10000 | 1001000 | 0 | 1100 | 100011111 | 1001000 | 111000 |
Color Harmonies of #BD3EE0
Complementary color
Monochromatic Colors of #BD3EE0
Black with #BD3EE0
Text Example
Text Example
White with #BD3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EE0; }
p { color: rgb(189,62,224); }
H1.HeaderClassName
{
color: #BD3EE0;
}
.AnyTagClassName
{
color: #BD3EE0;
}
</style>
background-color css
<style>
a { background-color: #BD3EE0; }
a { background-color: rgb(189,62,224); }
div.DivClassName
{
background-color: #BD3EE0;
}
.BgClassName
{
background-color: #BD3EE0;
}
</style>
border-color css
<style>
span { border-color: #BD3EE0; }
span { border-color: rgb(189,62,224); }
td.TdClassName
{
border-color: #BD3EE0;
}
.TagClassName
{
border-color: #BD3EE0;
}
</style>