Shades of Medium Orchid #BD3EEF
Tints of Medium Orchid #BD3EEF
RGB
CMYK
RGB Variations
Color information
#BD3EEF (or 0xBD3EEF) is known color: Medium Orchid. HEX triplet: BD, 3E and EF. RGB value is (189,62,239). Sum of RGB (Red+Green+Blue) = 189+62+239=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EEF is #42C110. Grayscale: #777777. Windows color (decimal): -4374801 or 15679165. OLE color: 15679165.
HSL color Cylindrical-coordinate representation of color #BD3EEF: hue angle of 283.05º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3EEF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 62 | 239 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.06 |
| HSL | 283.05º | 0.85% | 0.59% | - |
| HSV(B) | 283.05º | 0.74% | 0.94% | - |
| XYZ | 38.29 | 20.5 | 83.6 | - |
| YUV | 120.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 239 | 0.21 | 0.74 | 0 | 0.06 | 283.05 | 0.85 | 0.59 |
| Hex | BD | 3E | EF | 15 | 4A | 0 | 6 | 11B | 55 | 3B |
| Octal | 275 | 76 | 357 | 25 | 112 | 0 | 6 | 433 | 125 | 73 |
| Binary | 10111101 | 111110 | 11101111 | 10101 | 1001010 | 0 | 110 | 100011011 | 1010101 | 111011 |
Color Harmonies of #BD3EEF
Complementary color
Monochromatic Colors of #BD3EEF
Black with #BD3EEF
Text Example
Text Example
White with #BD3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EEF; }
p { color: rgb(189,62,239); }
H1.HeaderClassName
{
color: #BD3EEF;
}
.AnyTagClassName
{
color: #BD3EEF;
}
</style>
background-color css
<style>
a { background-color: #BD3EEF; }
a { background-color: rgb(189,62,239); }
div.DivClassName
{
background-color: #BD3EEF;
}
.BgClassName
{
background-color: #BD3EEF;
}
</style>
border-color css
<style>
span { border-color: #BD3EEF; }
span { border-color: rgb(189,62,239); }
td.TdClassName
{
border-color: #BD3EEF;
}
.TagClassName
{
border-color: #BD3EEF;
}
</style>