Shades of Medium Orchid #B33ED0
Tints of Medium Orchid #B33ED0
RGB
CMYK
RGB Variations
Color information
#B33ED0 (or 0xB33ED0) is known color: Medium Orchid. HEX triplet: B3, 3E and D0. RGB value is (179,62,208). Sum of RGB (Red+Green+Blue) = 179+62+208=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #B33ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ED0 is #4CC12F. Grayscale: #717171. Windows color (decimal): -5030192 or 13647539. OLE color: 13647539.
HSL color Cylindrical-coordinate representation of color #B33ED0: hue angle of 288.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33ED0 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 62 | 208 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.18 |
| HSL | 288.08º | 0.61% | 0.53% | - |
| HSV(B) | 288.08º | 0.7% | 0.82% | - |
| XYZ | 31.7 | 17.58 | 61.4 | - |
| YUV | 113.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 208 | 0.14 | 0.70 | 0 | 0.18 | 288.08 | 0.61 | 0.53 |
| Hex | B3 | 3E | D0 | E | 46 | 0 | 12 | 120 | 3D | 35 |
| Octal | 263 | 76 | 320 | 16 | 106 | 0 | 22 | 440 | 75 | 65 |
| Binary | 10110011 | 111110 | 11010000 | 1110 | 1000110 | 0 | 10010 | 100100000 | 111101 | 110101 |
Color Harmonies of #B33ED0
Complementary color
Monochromatic Colors of #B33ED0
Black with #B33ED0
Text Example
Text Example
White with #B33ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ED0; }
p { color: rgb(179,62,208); }
H1.HeaderClassName
{
color: #B33ED0;
}
.AnyTagClassName
{
color: #B33ED0;
}
</style>
background-color css
<style>
a { background-color: #B33ED0; }
a { background-color: rgb(179,62,208); }
div.DivClassName
{
background-color: #B33ED0;
}
.BgClassName
{
background-color: #B33ED0;
}
</style>
border-color css
<style>
span { border-color: #B33ED0; }
span { border-color: rgb(179,62,208); }
td.TdClassName
{
border-color: #B33ED0;
}
.TagClassName
{
border-color: #B33ED0;
}
</style>