Shades of Medium Orchid #BD4BEC
Tints of Medium Orchid #BD4BEC
RGB
CMYK
RGB Variations
Color information
#BD4BEC (or 0xBD4BEC) is known color: Medium Orchid. HEX triplet: BD, 4B and EC. RGB value is (189,75,236). Sum of RGB (Red+Green+Blue) = 189+75+236=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BEC is #42B413. Grayscale: #7E7E7E. Windows color (decimal): -4371476 or 15485885. OLE color: 15485885.
HSL color Cylindrical-coordinate representation of color #BD4BEC: hue angle of 282.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4BEC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 75 | 236 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.07 |
| HSL | 282.48º | 0.81% | 0.61% | - |
| HSV(B) | 282.48º | 0.68% | 0.93% | - |
| XYZ | 38.64 | 21.91 | 81.55 | - |
| YUV | 127.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 236 | 0.20 | 0.68 | 0 | 0.07 | 282.48 | 0.81 | 0.61 |
| Hex | BD | 4B | EC | 14 | 44 | 0 | 7 | 11A | 51 | 3D |
| Octal | 275 | 113 | 354 | 24 | 104 | 0 | 7 | 432 | 121 | 75 |
| Binary | 10111101 | 1001011 | 11101100 | 10100 | 1000100 | 0 | 111 | 100011010 | 1010001 | 111101 |
Color Harmonies of #BD4BEC
Complementary color
Monochromatic Colors of #BD4BEC
Black with #BD4BEC
Text Example
Text Example
White with #BD4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BEC; }
p { color: rgb(189,75,236); }
H1.HeaderClassName
{
color: #BD4BEC;
}
.AnyTagClassName
{
color: #BD4BEC;
}
</style>
background-color css
<style>
a { background-color: #BD4BEC; }
a { background-color: rgb(189,75,236); }
div.DivClassName
{
background-color: #BD4BEC;
}
.BgClassName
{
background-color: #BD4BEC;
}
</style>
border-color css
<style>
span { border-color: #BD4BEC; }
span { border-color: rgb(189,75,236); }
td.TdClassName
{
border-color: #BD4BEC;
}
.TagClassName
{
border-color: #BD4BEC;
}
</style>