Shades of Medium Orchid #BD4DEE
Tints of Medium Orchid #BD4DEE
RGB
CMYK
RGB Variations
Color information
#BD4DEE (or 0xBD4DEE) is known color: Medium Orchid. HEX triplet: BD, 4D and EE. RGB value is (189,77,238). Sum of RGB (Red+Green+Blue) = 189+77+238=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DEE is #42B211. Grayscale: #808080. Windows color (decimal): -4370962 or 15617469. OLE color: 15617469.
HSL color Cylindrical-coordinate representation of color #BD4DEE: hue angle of 281.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4DEE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 77 | 238 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.07 |
| HSL | 281.74º | 0.83% | 0.62% | - |
| HSV(B) | 281.74º | 0.68% | 0.93% | - |
| XYZ | 39.07 | 22.3 | 83.13 | - |
| YUV | 128.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 238 | 0.21 | 0.68 | 0 | 0.07 | 281.74 | 0.83 | 0.62 |
| Hex | BD | 4D | EE | 15 | 44 | 0 | 7 | 11A | 53 | 3E |
| Octal | 275 | 115 | 356 | 25 | 104 | 0 | 7 | 432 | 123 | 76 |
| Binary | 10111101 | 1001101 | 11101110 | 10101 | 1000100 | 0 | 111 | 100011010 | 1010011 | 111110 |
Color Harmonies of #BD4DEE
Complementary color
Monochromatic Colors of #BD4DEE
Black with #BD4DEE
Text Example
Text Example
White with #BD4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DEE; }
p { color: rgb(189,77,238); }
H1.HeaderClassName
{
color: #BD4DEE;
}
.AnyTagClassName
{
color: #BD4DEE;
}
</style>
background-color css
<style>
a { background-color: #BD4DEE; }
a { background-color: rgb(189,77,238); }
div.DivClassName
{
background-color: #BD4DEE;
}
.BgClassName
{
background-color: #BD4DEE;
}
</style>
border-color css
<style>
span { border-color: #BD4DEE; }
span { border-color: rgb(189,77,238); }
td.TdClassName
{
border-color: #BD4DEE;
}
.TagClassName
{
border-color: #BD4DEE;
}
</style>