Shades of Medium Orchid #BD33EF
Tints of Medium Orchid #BD33EF
RGB
CMYK
RGB Variations
Color information
#BD33EF (or 0xBD33EF) is known color: Medium Orchid. HEX triplet: BD, 33 and EF. RGB value is (189,51,239). Sum of RGB (Red+Green+Blue) = 189+51+239=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33EF is #42CC10. Grayscale: #717171. Windows color (decimal): -4377617 or 15676349. OLE color: 15676349.
HSL color Cylindrical-coordinate representation of color #BD33EF: hue angle of 284.04º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD33EF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 51 | 239 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.06 |
| HSL | 284.04º | 0.85% | 0.57% | - |
| HSV(B) | 284.04º | 0.79% | 0.94% | - |
| XYZ | 37.75 | 19.42 | 83.42 | - |
| YUV | 113.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 239 | 0.21 | 0.79 | 0 | 0.06 | 284.04 | 0.85 | 0.57 |
| Hex | BD | 33 | EF | 15 | 4F | 0 | 6 | 11C | 55 | 39 |
| Octal | 275 | 63 | 357 | 25 | 117 | 0 | 6 | 434 | 125 | 71 |
| Binary | 10111101 | 110011 | 11101111 | 10101 | 1001111 | 0 | 110 | 100011100 | 1010101 | 111001 |
Color Harmonies of #BD33EF
Complementary color
Monochromatic Colors of #BD33EF
Black with #BD33EF
Text Example
Text Example
White with #BD33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33EF; }
p { color: rgb(189,51,239); }
H1.HeaderClassName
{
color: #BD33EF;
}
.AnyTagClassName
{
color: #BD33EF;
}
</style>
background-color css
<style>
a { background-color: #BD33EF; }
a { background-color: rgb(189,51,239); }
div.DivClassName
{
background-color: #BD33EF;
}
.BgClassName
{
background-color: #BD33EF;
}
</style>
border-color css
<style>
span { border-color: #BD33EF; }
span { border-color: rgb(189,51,239); }
td.TdClassName
{
border-color: #BD33EF;
}
.TagClassName
{
border-color: #BD33EF;
}
</style>