Shades of Medium Orchid #BD3FE0
Tints of Medium Orchid #BD3FE0
RGB
CMYK
RGB Variations
Color information
#BD3FE0 (or 0xBD3FE0) is known color: Medium Orchid. HEX triplet: BD, 3F and E0. RGB value is (189,63,224). Sum of RGB (Red+Green+Blue) = 189+63+224=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD3FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FE0 is #42C01F. Grayscale: #767676. Windows color (decimal): -4374560 or 14696381. OLE color: 14696381.
HSL color Cylindrical-coordinate representation of color #BD3FE0: hue angle of 286.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3FE0 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 63 | 224 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.12 |
| HSL | 286.96º | 0.72% | 0.56% | - |
| HSV(B) | 286.96º | 0.72% | 0.88% | - |
| XYZ | 36.22 | 19.76 | 72.43 | - |
| YUV | 119.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 224 | 0.16 | 0.72 | 0 | 0.12 | 286.96 | 0.72 | 0.56 |
| Hex | BD | 3F | E0 | 10 | 48 | 0 | C | 11F | 48 | 38 |
| Octal | 275 | 77 | 340 | 20 | 110 | 0 | 14 | 437 | 110 | 70 |
| Binary | 10111101 | 111111 | 11100000 | 10000 | 1001000 | 0 | 1100 | 100011111 | 1001000 | 111000 |
Color Harmonies of #BD3FE0
Complementary color
Monochromatic Colors of #BD3FE0
Black with #BD3FE0
Text Example
Text Example
White with #BD3FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FE0; }
p { color: rgb(189,63,224); }
H1.HeaderClassName
{
color: #BD3FE0;
}
.AnyTagClassName
{
color: #BD3FE0;
}
</style>
background-color css
<style>
a { background-color: #BD3FE0; }
a { background-color: rgb(189,63,224); }
div.DivClassName
{
background-color: #BD3FE0;
}
.BgClassName
{
background-color: #BD3FE0;
}
</style>
border-color css
<style>
span { border-color: #BD3FE0; }
span { border-color: rgb(189,63,224); }
td.TdClassName
{
border-color: #BD3FE0;
}
.TagClassName
{
border-color: #BD3FE0;
}
</style>