Shades of Medium Orchid #BD3BCE
Tints of Medium Orchid #BD3BCE
RGB
CMYK
RGB Variations
Color information
#BD3BCE (or 0xBD3BCE) is known color: Medium Orchid. HEX triplet: BD, 3B and CE. RGB value is (189,59,206). Sum of RGB (Red+Green+Blue) = 189+59+206=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BCE is #42C431. Grayscale: #727272. Windows color (decimal): -4375602 or 13515709. OLE color: 13515709.
HSL color Cylindrical-coordinate representation of color #BD3BCE: hue angle of 293.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3BCE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 59 | 206 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.19 |
| HSL | 293.06º | 0.6% | 0.52% | - |
| HSV(B) | 293.06º | 0.71% | 0.81% | - |
| XYZ | 33.69 | 18.4 | 60.17 | - |
| YUV | 114.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 206 | 0.08 | 0.71 | 0 | 0.19 | 293.06 | 0.6 | 0.52 |
| Hex | BD | 3B | CE | 8 | 47 | 0 | 13 | 125 | 3C | 34 |
| Octal | 275 | 73 | 316 | 10 | 107 | 0 | 23 | 445 | 74 | 64 |
| Binary | 10111101 | 111011 | 11001110 | 1000 | 1000111 | 0 | 10011 | 100100101 | 111100 | 110100 |
Color Harmonies of #BD3BCE
Complementary color
Monochromatic Colors of #BD3BCE
Black with #BD3BCE
Text Example
Text Example
White with #BD3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BCE; }
p { color: rgb(189,59,206); }
H1.HeaderClassName
{
color: #BD3BCE;
}
.AnyTagClassName
{
color: #BD3BCE;
}
</style>
background-color css
<style>
a { background-color: #BD3BCE; }
a { background-color: rgb(189,59,206); }
div.DivClassName
{
background-color: #BD3BCE;
}
.BgClassName
{
background-color: #BD3BCE;
}
</style>
border-color css
<style>
span { border-color: #BD3BCE; }
span { border-color: rgb(189,59,206); }
td.TdClassName
{
border-color: #BD3BCE;
}
.TagClassName
{
border-color: #BD3BCE;
}
</style>