Shades of Medium Orchid #BD4FE2
Tints of Medium Orchid #BD4FE2
RGB
CMYK
RGB Variations
Color information
#BD4FE2 (or 0xBD4FE2) is known color: Medium Orchid. HEX triplet: BD, 4F and E2. RGB value is (189,79,226). Sum of RGB (Red+Green+Blue) = 189+79+226=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD4FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FE2 is #42B01D. Grayscale: #808080. Windows color (decimal): -4370462 or 14831549. OLE color: 14831549.
HSL color Cylindrical-coordinate representation of color #BD4FE2: hue angle of 284.9º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4FE2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 79 | 226 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.11 |
| HSL | 284.9º | 0.72% | 0.6% | - |
| HSV(B) | 284.9º | 0.65% | 0.89% | - |
| XYZ | 37.51 | 21.9 | 74.2 | - |
| YUV | 128.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 226 | 0.16 | 0.65 | 0 | 0.11 | 284.9 | 0.72 | 0.6 |
| Hex | BD | 4F | E2 | 10 | 41 | 0 | B | 11D | 48 | 3C |
| Octal | 275 | 117 | 342 | 20 | 101 | 0 | 13 | 435 | 110 | 74 |
| Binary | 10111101 | 1001111 | 11100010 | 10000 | 1000001 | 0 | 1011 | 100011101 | 1001000 | 111100 |
Color Harmonies of #BD4FE2
Complementary color
Monochromatic Colors of #BD4FE2
Black with #BD4FE2
Text Example
Text Example
White with #BD4FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FE2; }
p { color: rgb(189,79,226); }
H1.HeaderClassName
{
color: #BD4FE2;
}
.AnyTagClassName
{
color: #BD4FE2;
}
</style>
background-color css
<style>
a { background-color: #BD4FE2; }
a { background-color: rgb(189,79,226); }
div.DivClassName
{
background-color: #BD4FE2;
}
.BgClassName
{
background-color: #BD4FE2;
}
</style>
border-color css
<style>
span { border-color: #BD4FE2; }
span { border-color: rgb(189,79,226); }
td.TdClassName
{
border-color: #BD4FE2;
}
.TagClassName
{
border-color: #BD4FE2;
}
</style>