Shades of Medium Orchid #BD3FE4
Tints of Medium Orchid #BD3FE4
RGB
CMYK
RGB Variations
Color information
#BD3FE4 (or 0xBD3FE4) is known color: Medium Orchid. HEX triplet: BD, 3F and E4. RGB value is (189,63,228). Sum of RGB (Red+Green+Blue) = 189+63+228=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD3FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FE4 is #42C01B. Grayscale: #767676. Windows color (decimal): -4374556 or 14958525. OLE color: 14958525.
HSL color Cylindrical-coordinate representation of color #BD3FE4: hue angle of 285.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3FE4 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 63 | 228 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.11 |
| HSL | 285.82º | 0.75% | 0.57% | - |
| HSV(B) | 285.82º | 0.72% | 0.89% | - |
| XYZ | 36.77 | 19.98 | 75.32 | - |
| YUV | 119.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 228 | 0.17 | 0.72 | 0 | 0.11 | 285.82 | 0.75 | 0.57 |
| Hex | BD | 3F | E4 | 11 | 48 | 0 | B | 11E | 4B | 39 |
| Octal | 275 | 77 | 344 | 21 | 110 | 0 | 13 | 436 | 113 | 71 |
| Binary | 10111101 | 111111 | 11100100 | 10001 | 1001000 | 0 | 1011 | 100011110 | 1001011 | 111001 |
Color Harmonies of #BD3FE4
Complementary color
Monochromatic Colors of #BD3FE4
Black with #BD3FE4
Text Example
Text Example
White with #BD3FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FE4; }
p { color: rgb(189,63,228); }
H1.HeaderClassName
{
color: #BD3FE4;
}
.AnyTagClassName
{
color: #BD3FE4;
}
</style>
background-color css
<style>
a { background-color: #BD3FE4; }
a { background-color: rgb(189,63,228); }
div.DivClassName
{
background-color: #BD3FE4;
}
.BgClassName
{
background-color: #BD3FE4;
}
</style>
border-color css
<style>
span { border-color: #BD3FE4; }
span { border-color: rgb(189,63,228); }
td.TdClassName
{
border-color: #BD3FE4;
}
.TagClassName
{
border-color: #BD3FE4;
}
</style>