Shades of Medium Orchid #BD4EEE
Tints of Medium Orchid #BD4EEE
RGB
CMYK
RGB Variations
Color information
#BD4EEE (or 0xBD4EEE) is known color: Medium Orchid. HEX triplet: BD, 4E and EE. RGB value is (189,78,238). Sum of RGB (Red+Green+Blue) = 189+78+238=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EEE is #42B111. Grayscale: #808080. Windows color (decimal): -4370706 or 15617725. OLE color: 15617725.
HSL color Cylindrical-coordinate representation of color #BD4EEE: hue angle of 281.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4EEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 78 | 238 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 281.63º | 0.82% | 0.62% | - |
| HSV(B) | 281.63º | 0.67% | 0.93% | - |
| XYZ | 39.14 | 22.44 | 83.16 | - |
| YUV | 129.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 238 | 0.21 | 0.67 | 0 | 0.07 | 281.63 | 0.82 | 0.62 |
| Hex | BD | 4E | EE | 15 | 43 | 0 | 7 | 11A | 52 | 3E |
| Octal | 275 | 116 | 356 | 25 | 103 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111101 | 1001110 | 11101110 | 10101 | 1000011 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BD4EEE
Complementary color
Monochromatic Colors of #BD4EEE
Black with #BD4EEE
Text Example
Text Example
White with #BD4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EEE; }
p { color: rgb(189,78,238); }
H1.HeaderClassName
{
color: #BD4EEE;
}
.AnyTagClassName
{
color: #BD4EEE;
}
</style>
background-color css
<style>
a { background-color: #BD4EEE; }
a { background-color: rgb(189,78,238); }
div.DivClassName
{
background-color: #BD4EEE;
}
.BgClassName
{
background-color: #BD4EEE;
}
</style>
border-color css
<style>
span { border-color: #BD4EEE; }
span { border-color: rgb(189,78,238); }
td.TdClassName
{
border-color: #BD4EEE;
}
.TagClassName
{
border-color: #BD4EEE;
}
</style>