Shades of Medium Orchid #BD2CE0
Tints of Medium Orchid #BD2CE0
RGB
CMYK
RGB Variations
Color information
#BD2CE0 (or 0xBD2CE0) is known color: Medium Orchid. HEX triplet: BD, 2C and E0. RGB value is (189,44,224). Sum of RGB (Red+Green+Blue) = 189+44+224=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CE0 is #42D31F. Grayscale: #6B6B6B. Windows color (decimal): -4379424 or 14691517. OLE color: 14691517.
HSL color Cylindrical-coordinate representation of color #BD2CE0: hue angle of 288.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2CE0 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 44 | 224 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.12 |
| HSL | 288.33º | 0.74% | 0.53% | - |
| HSV(B) | 288.33º | 0.8% | 0.88% | - |
| XYZ | 35.34 | 18 | 72.13 | - |
| YUV | 107.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 224 | 0.16 | 0.80 | 0 | 0.12 | 288.33 | 0.74 | 0.53 |
| Hex | BD | 2C | E0 | 10 | 50 | 0 | C | 120 | 4A | 35 |
| Octal | 275 | 54 | 340 | 20 | 120 | 0 | 14 | 440 | 112 | 65 |
| Binary | 10111101 | 101100 | 11100000 | 10000 | 1010000 | 0 | 1100 | 100100000 | 1001010 | 110101 |
Color Harmonies of #BD2CE0
Complementary color
Monochromatic Colors of #BD2CE0
Black with #BD2CE0
Text Example
Text Example
White with #BD2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CE0; }
p { color: rgb(189,44,224); }
H1.HeaderClassName
{
color: #BD2CE0;
}
.AnyTagClassName
{
color: #BD2CE0;
}
</style>
background-color css
<style>
a { background-color: #BD2CE0; }
a { background-color: rgb(189,44,224); }
div.DivClassName
{
background-color: #BD2CE0;
}
.BgClassName
{
background-color: #BD2CE0;
}
</style>
border-color css
<style>
span { border-color: #BD2CE0; }
span { border-color: rgb(189,44,224); }
td.TdClassName
{
border-color: #BD2CE0;
}
.TagClassName
{
border-color: #BD2CE0;
}
</style>