Shades of Medium Orchid #B33ED1
Tints of Medium Orchid #B33ED1
RGB
CMYK
RGB Variations
Color information
#B33ED1 (or 0xB33ED1) is known color: Medium Orchid. HEX triplet: B3, 3E and D1. RGB value is (179,62,209). Sum of RGB (Red+Green+Blue) = 179+62+209=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #B33ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ED1 is #4CC12E. Grayscale: #717171. Windows color (decimal): -5030191 or 13713075. OLE color: 13713075.
HSL color Cylindrical-coordinate representation of color #B33ED1: hue angle of 287.76º degrees, saturation: 0.62, 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 #B33ED1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 62 | 209 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.18 |
| HSL | 287.76º | 0.62% | 0.53% | - |
| HSV(B) | 287.76º | 0.7% | 0.82% | - |
| XYZ | 31.82 | 17.63 | 62.05 | - |
| YUV | 113.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 209 | 0.14 | 0.70 | 0 | 0.18 | 287.76 | 0.62 | 0.53 |
| Hex | B3 | 3E | D1 | E | 46 | 0 | 12 | 120 | 3E | 35 |
| Octal | 263 | 76 | 321 | 16 | 106 | 0 | 22 | 440 | 76 | 65 |
| Binary | 10110011 | 111110 | 11010001 | 1110 | 1000110 | 0 | 10010 | 100100000 | 111110 | 110101 |
Color Harmonies of #B33ED1
Complementary color
Monochromatic Colors of #B33ED1
Black with #B33ED1
Text Example
Text Example
White with #B33ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ED1; }
p { color: rgb(179,62,209); }
H1.HeaderClassName
{
color: #B33ED1;
}
.AnyTagClassName
{
color: #B33ED1;
}
</style>
background-color css
<style>
a { background-color: #B33ED1; }
a { background-color: rgb(179,62,209); }
div.DivClassName
{
background-color: #B33ED1;
}
.BgClassName
{
background-color: #B33ED1;
}
</style>
border-color css
<style>
span { border-color: #B33ED1; }
span { border-color: rgb(179,62,209); }
td.TdClassName
{
border-color: #B33ED1;
}
.TagClassName
{
border-color: #B33ED1;
}
</style>