Shades of Medium Orchid #BD2CEA
Tints of Medium Orchid #BD2CEA
RGB
CMYK
RGB Variations
Color information
#BD2CEA (or 0xBD2CEA) is known color: Medium Orchid. HEX triplet: BD, 2C and EA. RGB value is (189,44,234). Sum of RGB (Red+Green+Blue) = 189+44+234=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CEA is #42D315. Grayscale: #6C6C6C. Windows color (decimal): -4379414 or 15346877. OLE color: 15346877.
HSL color Cylindrical-coordinate representation of color #BD2CEA: hue angle of 285.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2CEA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 44 | 234 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.08 |
| HSL | 285.79º | 0.82% | 0.55% | - |
| HSV(B) | 285.79º | 0.81% | 0.92% | - |
| XYZ | 36.74 | 18.56 | 79.49 | - |
| YUV | 109.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 234 | 0.19 | 0.81 | 0 | 0.08 | 285.79 | 0.82 | 0.55 |
| Hex | BD | 2C | EA | 13 | 51 | 0 | 8 | 11E | 52 | 37 |
| Octal | 275 | 54 | 352 | 23 | 121 | 0 | 10 | 436 | 122 | 67 |
| Binary | 10111101 | 101100 | 11101010 | 10011 | 1010001 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #BD2CEA
Complementary color
Monochromatic Colors of #BD2CEA
Black with #BD2CEA
Text Example
Text Example
White with #BD2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CEA; }
p { color: rgb(189,44,234); }
H1.HeaderClassName
{
color: #BD2CEA;
}
.AnyTagClassName
{
color: #BD2CEA;
}
</style>
background-color css
<style>
a { background-color: #BD2CEA; }
a { background-color: rgb(189,44,234); }
div.DivClassName
{
background-color: #BD2CEA;
}
.BgClassName
{
background-color: #BD2CEA;
}
</style>
border-color css
<style>
span { border-color: #BD2CEA; }
span { border-color: rgb(189,44,234); }
td.TdClassName
{
border-color: #BD2CEA;
}
.TagClassName
{
border-color: #BD2CEA;
}
</style>