Shades of Medium Orchid #BD3EEA
Tints of Medium Orchid #BD3EEA
RGB
CMYK
RGB Variations
Color information
#BD3EEA (or 0xBD3EEA) is known color: Medium Orchid. HEX triplet: BD, 3E and EA. RGB value is (189,62,234). Sum of RGB (Red+Green+Blue) = 189+62+234=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EEA is #42C115. Grayscale: #777777. Windows color (decimal): -4374806 or 15351485. OLE color: 15351485.
HSL color Cylindrical-coordinate representation of color #BD3EEA: hue angle of 284.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3EEA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 62 | 234 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.08 |
| HSL | 284.3º | 0.8% | 0.58% | - |
| HSV(B) | 284.3º | 0.74% | 0.92% | - |
| XYZ | 37.56 | 20.2 | 79.76 | - |
| YUV | 119.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 234 | 0.19 | 0.74 | 0 | 0.08 | 284.3 | 0.8 | 0.58 |
| Hex | BD | 3E | EA | 13 | 4A | 0 | 8 | 11C | 50 | 3A |
| Octal | 275 | 76 | 352 | 23 | 112 | 0 | 10 | 434 | 120 | 72 |
| Binary | 10111101 | 111110 | 11101010 | 10011 | 1001010 | 0 | 1000 | 100011100 | 1010000 | 111010 |
Color Harmonies of #BD3EEA
Complementary color
Monochromatic Colors of #BD3EEA
Black with #BD3EEA
Text Example
Text Example
White with #BD3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EEA; }
p { color: rgb(189,62,234); }
H1.HeaderClassName
{
color: #BD3EEA;
}
.AnyTagClassName
{
color: #BD3EEA;
}
</style>
background-color css
<style>
a { background-color: #BD3EEA; }
a { background-color: rgb(189,62,234); }
div.DivClassName
{
background-color: #BD3EEA;
}
.BgClassName
{
background-color: #BD3EEA;
}
</style>
border-color css
<style>
span { border-color: #BD3EEA; }
span { border-color: rgb(189,62,234); }
td.TdClassName
{
border-color: #BD3EEA;
}
.TagClassName
{
border-color: #BD3EEA;
}
</style>