Shades of Medium Orchid #BD3CE5
Tints of Medium Orchid #BD3CE5
RGB
CMYK
RGB Variations
Color information
#BD3CE5 (or 0xBD3CE5) is known color: Medium Orchid. HEX triplet: BD, 3C and E5. RGB value is (189,60,229). Sum of RGB (Red+Green+Blue) = 189+60+229=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CE5 is #42C31A. Grayscale: #757575. Windows color (decimal): -4375323 or 15023293. OLE color: 15023293.
HSL color Cylindrical-coordinate representation of color #BD3CE5: hue angle of 285.8º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3CE5 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 60 | 229 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.10 |
| HSL | 285.8º | 0.76% | 0.57% | - |
| HSV(B) | 285.8º | 0.74% | 0.9% | - |
| XYZ | 36.74 | 19.71 | 76 | - |
| YUV | 117.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 229 | 0.17 | 0.74 | 0 | 0.10 | 285.8 | 0.76 | 0.57 |
| Hex | BD | 3C | E5 | 11 | 4A | 0 | A | 11E | 4C | 39 |
| Octal | 275 | 74 | 345 | 21 | 112 | 0 | 12 | 436 | 114 | 71 |
| Binary | 10111101 | 111100 | 11100101 | 10001 | 1001010 | 0 | 1010 | 100011110 | 1001100 | 111001 |
Color Harmonies of #BD3CE5
Complementary color
Monochromatic Colors of #BD3CE5
Black with #BD3CE5
Text Example
Text Example
White with #BD3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CE5; }
p { color: rgb(189,60,229); }
H1.HeaderClassName
{
color: #BD3CE5;
}
.AnyTagClassName
{
color: #BD3CE5;
}
</style>
background-color css
<style>
a { background-color: #BD3CE5; }
a { background-color: rgb(189,60,229); }
div.DivClassName
{
background-color: #BD3CE5;
}
.BgClassName
{
background-color: #BD3CE5;
}
</style>
border-color css
<style>
span { border-color: #BD3CE5; }
span { border-color: rgb(189,60,229); }
td.TdClassName
{
border-color: #BD3CE5;
}
.TagClassName
{
border-color: #BD3CE5;
}
</style>