Shades of Medium Orchid #B33BEC
Tints of Medium Orchid #B33BEC
RGB
CMYK
RGB Variations
Color information
#B33BEC (or 0xB33BEC) is known color: Medium Orchid. HEX triplet: B3, 3B and EC. RGB value is (179,59,236). Sum of RGB (Red+Green+Blue) = 179+59+236=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #B33BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BEC is #4CC413. Grayscale: #727272. Windows color (decimal): -5030932 or 15481779. OLE color: 15481779.
HSL color Cylindrical-coordinate representation of color #B33BEC: hue angle of 280.68º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33BEC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 59 | 236 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.07 |
| HSL | 280.68º | 0.82% | 0.58% | - |
| HSV(B) | 280.68º | 0.75% | 0.93% | - |
| XYZ | 35.29 | 18.77 | 81.12 | - |
| YUV | 115.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 236 | 0.24 | 0.75 | 0 | 0.07 | 280.68 | 0.82 | 0.58 |
| Hex | B3 | 3B | EC | 18 | 4B | 0 | 7 | 119 | 52 | 3A |
| Octal | 263 | 73 | 354 | 30 | 113 | 0 | 7 | 431 | 122 | 72 |
| Binary | 10110011 | 111011 | 11101100 | 11000 | 1001011 | 0 | 111 | 100011001 | 1010010 | 111010 |
Color Harmonies of #B33BEC
Complementary color
Monochromatic Colors of #B33BEC
Black with #B33BEC
Text Example
Text Example
White with #B33BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BEC; }
p { color: rgb(179,59,236); }
H1.HeaderClassName
{
color: #B33BEC;
}
.AnyTagClassName
{
color: #B33BEC;
}
</style>
background-color css
<style>
a { background-color: #B33BEC; }
a { background-color: rgb(179,59,236); }
div.DivClassName
{
background-color: #B33BEC;
}
.BgClassName
{
background-color: #B33BEC;
}
</style>
border-color css
<style>
span { border-color: #B33BEC; }
span { border-color: rgb(179,59,236); }
td.TdClassName
{
border-color: #B33BEC;
}
.TagClassName
{
border-color: #B33BEC;
}
</style>