Shades of Medium Orchid #BD33CE
Tints of Medium Orchid #BD33CE
RGB
CMYK
RGB Variations
Color information
#BD33CE (or 0xBD33CE) is known color: Medium Orchid. HEX triplet: BD, 33 and CE. RGB value is (189,51,206). Sum of RGB (Red+Green+Blue) = 189+51+206=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33CE is #42CC31. Grayscale: #6D6D6D. Windows color (decimal): -4377650 or 13513661. OLE color: 13513661.
HSL color Cylindrical-coordinate representation of color #BD33CE: hue angle of 293.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD33CE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 51 | 206 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.19 |
| HSL | 293.42º | 0.61% | 0.5% | - |
| HSV(B) | 293.42º | 0.75% | 0.81% | - |
| XYZ | 33.31 | 17.64 | 60.04 | - |
| YUV | 109.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 206 | 0.08 | 0.75 | 0 | 0.19 | 293.42 | 0.61 | 0.5 |
| Hex | BD | 33 | CE | 8 | 4B | 0 | 13 | 125 | 3D | 32 |
| Octal | 275 | 63 | 316 | 10 | 113 | 0 | 23 | 445 | 75 | 62 |
| Binary | 10111101 | 110011 | 11001110 | 1000 | 1001011 | 0 | 10011 | 100100101 | 111101 | 110010 |
Color Harmonies of #BD33CE
Complementary color
Monochromatic Colors of #BD33CE
Black with #BD33CE
Text Example
Text Example
White with #BD33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33CE; }
p { color: rgb(189,51,206); }
H1.HeaderClassName
{
color: #BD33CE;
}
.AnyTagClassName
{
color: #BD33CE;
}
</style>
background-color css
<style>
a { background-color: #BD33CE; }
a { background-color: rgb(189,51,206); }
div.DivClassName
{
background-color: #BD33CE;
}
.BgClassName
{
background-color: #BD33CE;
}
</style>
border-color css
<style>
span { border-color: #BD33CE; }
span { border-color: rgb(189,51,206); }
td.TdClassName
{
border-color: #BD33CE;
}
.TagClassName
{
border-color: #BD33CE;
}
</style>