Shades of Medium Orchid #BD33EE
Tints of Medium Orchid #BD33EE
RGB
CMYK
RGB Variations
Color information
#BD33EE (or 0xBD33EE) is known color: Medium Orchid. HEX triplet: BD, 33 and EE. RGB value is (189,51,238). Sum of RGB (Red+Green+Blue) = 189+51+238=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33EE is #42CC11. Grayscale: #707070. Windows color (decimal): -4377618 or 15610813. OLE color: 15610813.
HSL color Cylindrical-coordinate representation of color #BD33EE: hue angle of 284.28º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD33EE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 51 | 238 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 284.28º | 0.85% | 0.57% | - |
| HSV(B) | 284.28º | 0.79% | 0.93% | - |
| XYZ | 37.6 | 19.36 | 82.64 | - |
| YUV | 113.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 238 | 0.21 | 0.79 | 0 | 0.07 | 284.28 | 0.85 | 0.57 |
| Hex | BD | 33 | EE | 15 | 4F | 0 | 7 | 11C | 55 | 39 |
| Octal | 275 | 63 | 356 | 25 | 117 | 0 | 7 | 434 | 125 | 71 |
| Binary | 10111101 | 110011 | 11101110 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010101 | 111001 |
Color Harmonies of #BD33EE
Complementary color
Monochromatic Colors of #BD33EE
Black with #BD33EE
Text Example
Text Example
White with #BD33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33EE; }
p { color: rgb(189,51,238); }
H1.HeaderClassName
{
color: #BD33EE;
}
.AnyTagClassName
{
color: #BD33EE;
}
</style>
background-color css
<style>
a { background-color: #BD33EE; }
a { background-color: rgb(189,51,238); }
div.DivClassName
{
background-color: #BD33EE;
}
.BgClassName
{
background-color: #BD33EE;
}
</style>
border-color css
<style>
span { border-color: #BD33EE; }
span { border-color: rgb(189,51,238); }
td.TdClassName
{
border-color: #BD33EE;
}
.TagClassName
{
border-color: #BD33EE;
}
</style>