Shades of Medium Orchid #BD2EEA
Tints of Medium Orchid #BD2EEA
RGB
CMYK
RGB Variations
Color information
#BD2EEA (or 0xBD2EEA) is known color: Medium Orchid. HEX triplet: BD, 2E and EA. RGB value is (189,46,234). Sum of RGB (Red+Green+Blue) = 189+46+234=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2EEA is #42D115. Grayscale: #6D6D6D. Windows color (decimal): -4378902 or 15347389. OLE color: 15347389.
HSL color Cylindrical-coordinate representation of color #BD2EEA: hue angle of 285.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2EEA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 46 | 234 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.08 |
| HSL | 285.64º | 0.82% | 0.55% | - |
| HSV(B) | 285.64º | 0.8% | 0.92% | - |
| XYZ | 36.81 | 18.71 | 79.51 | - |
| YUV | 110.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 234 | 0.19 | 0.80 | 0 | 0.08 | 285.64 | 0.82 | 0.55 |
| Hex | BD | 2E | EA | 13 | 50 | 0 | 8 | 11E | 52 | 37 |
| Octal | 275 | 56 | 352 | 23 | 120 | 0 | 10 | 436 | 122 | 67 |
| Binary | 10111101 | 101110 | 11101010 | 10011 | 1010000 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #BD2EEA
Complementary color
Monochromatic Colors of #BD2EEA
Black with #BD2EEA
Text Example
Text Example
White with #BD2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EEA; }
p { color: rgb(189,46,234); }
H1.HeaderClassName
{
color: #BD2EEA;
}
.AnyTagClassName
{
color: #BD2EEA;
}
</style>
background-color css
<style>
a { background-color: #BD2EEA; }
a { background-color: rgb(189,46,234); }
div.DivClassName
{
background-color: #BD2EEA;
}
.BgClassName
{
background-color: #BD2EEA;
}
</style>
border-color css
<style>
span { border-color: #BD2EEA; }
span { border-color: rgb(189,46,234); }
td.TdClassName
{
border-color: #BD2EEA;
}
.TagClassName
{
border-color: #BD2EEA;
}
</style>