Shades of Medium Orchid #BD3CE0
Tints of Medium Orchid #BD3CE0
RGB
CMYK
RGB Variations
Color information
#BD3CE0 (or 0xBD3CE0) is known color: Medium Orchid. HEX triplet: BD, 3C and E0. RGB value is (189,60,224). Sum of RGB (Red+Green+Blue) = 189+60+224=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CE0 is #42C31F. Grayscale: #747474. Windows color (decimal): -4375328 or 14695613. OLE color: 14695613.
HSL color Cylindrical-coordinate representation of color #BD3CE0: hue angle of 287.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3CE0 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 60 | 224 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.12 |
| HSL | 287.2º | 0.73% | 0.56% | - |
| HSV(B) | 287.2º | 0.73% | 0.88% | - |
| XYZ | 36.06 | 19.43 | 72.37 | - |
| YUV | 117.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 224 | 0.16 | 0.73 | 0 | 0.12 | 287.2 | 0.73 | 0.56 |
| Hex | BD | 3C | E0 | 10 | 49 | 0 | C | 11F | 49 | 38 |
| Octal | 275 | 74 | 340 | 20 | 111 | 0 | 14 | 437 | 111 | 70 |
| Binary | 10111101 | 111100 | 11100000 | 10000 | 1001001 | 0 | 1100 | 100011111 | 1001001 | 111000 |
Color Harmonies of #BD3CE0
Complementary color
Monochromatic Colors of #BD3CE0
Black with #BD3CE0
Text Example
Text Example
White with #BD3CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CE0; }
p { color: rgb(189,60,224); }
H1.HeaderClassName
{
color: #BD3CE0;
}
.AnyTagClassName
{
color: #BD3CE0;
}
</style>
background-color css
<style>
a { background-color: #BD3CE0; }
a { background-color: rgb(189,60,224); }
div.DivClassName
{
background-color: #BD3CE0;
}
.BgClassName
{
background-color: #BD3CE0;
}
</style>
border-color css
<style>
span { border-color: #BD3CE0; }
span { border-color: rgb(189,60,224); }
td.TdClassName
{
border-color: #BD3CE0;
}
.TagClassName
{
border-color: #BD3CE0;
}
</style>