Shades of Medium Orchid #B33ECE
Tints of Medium Orchid #B33ECE
RGB
CMYK
RGB Variations
Color information
#B33ECE (or 0xB33ECE) is known color: Medium Orchid. HEX triplet: B3, 3E and CE. RGB value is (179,62,206). Sum of RGB (Red+Green+Blue) = 179+62+206=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #B33ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ECE is #4CC131. Grayscale: #707070. Windows color (decimal): -5030194 or 13516467. OLE color: 13516467.
HSL color Cylindrical-coordinate representation of color #B33ECE: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33ECE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 62 | 206 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.19 |
| HSL | 288.75º | 0.6% | 0.53% | - |
| HSV(B) | 288.75º | 0.7% | 0.81% | - |
| XYZ | 31.45 | 17.49 | 60.11 | - |
| YUV | 113.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 206 | 0.13 | 0.70 | 0 | 0.19 | 288.75 | 0.6 | 0.53 |
| Hex | B3 | 3E | CE | D | 46 | 0 | 13 | 121 | 3C | 35 |
| Octal | 263 | 76 | 316 | 15 | 106 | 0 | 23 | 441 | 74 | 65 |
| Binary | 10110011 | 111110 | 11001110 | 1101 | 1000110 | 0 | 10011 | 100100001 | 111100 | 110101 |
Color Harmonies of #B33ECE
Complementary color
Monochromatic Colors of #B33ECE
Black with #B33ECE
Text Example
Text Example
White with #B33ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ECE; }
p { color: rgb(179,62,206); }
H1.HeaderClassName
{
color: #B33ECE;
}
.AnyTagClassName
{
color: #B33ECE;
}
</style>
background-color css
<style>
a { background-color: #B33ECE; }
a { background-color: rgb(179,62,206); }
div.DivClassName
{
background-color: #B33ECE;
}
.BgClassName
{
background-color: #B33ECE;
}
</style>
border-color css
<style>
span { border-color: #B33ECE; }
span { border-color: rgb(179,62,206); }
td.TdClassName
{
border-color: #B33ECE;
}
.TagClassName
{
border-color: #B33ECE;
}
</style>