Shades of Medium Orchid #BD3CED
Tints of Medium Orchid #BD3CED
RGB
CMYK
RGB Variations
Color information
#BD3CED (or 0xBD3CED) is known color: Medium Orchid. HEX triplet: BD, 3C and ED. RGB value is (189,60,237). Sum of RGB (Red+Green+Blue) = 189+60+237=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CED is #42C312. Grayscale: #767676. Windows color (decimal): -4375315 or 15547581. OLE color: 15547581.
HSL color Cylindrical-coordinate representation of color #BD3CED: hue angle of 283.73º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3CED is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 60 | 237 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.07 |
| HSL | 283.73º | 0.83% | 0.58% | - |
| HSV(B) | 283.73º | 0.75% | 0.93% | - |
| XYZ | 37.89 | 20.16 | 82.02 | - |
| YUV | 118.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 237 | 0.20 | 0.75 | 0 | 0.07 | 283.73 | 0.83 | 0.58 |
| Hex | BD | 3C | ED | 14 | 4B | 0 | 7 | 11C | 53 | 3A |
| Octal | 275 | 74 | 355 | 24 | 113 | 0 | 7 | 434 | 123 | 72 |
| Binary | 10111101 | 111100 | 11101101 | 10100 | 1001011 | 0 | 111 | 100011100 | 1010011 | 111010 |
Color Harmonies of #BD3CED
Complementary color
Monochromatic Colors of #BD3CED
Black with #BD3CED
Text Example
Text Example
White with #BD3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CED; }
p { color: rgb(189,60,237); }
H1.HeaderClassName
{
color: #BD3CED;
}
.AnyTagClassName
{
color: #BD3CED;
}
</style>
background-color css
<style>
a { background-color: #BD3CED; }
a { background-color: rgb(189,60,237); }
div.DivClassName
{
background-color: #BD3CED;
}
.BgClassName
{
background-color: #BD3CED;
}
</style>
border-color css
<style>
span { border-color: #BD3CED; }
span { border-color: rgb(189,60,237); }
td.TdClassName
{
border-color: #BD3CED;
}
.TagClassName
{
border-color: #BD3CED;
}
</style>