Shades of Medium Orchid #B33CE6
Tints of Medium Orchid #B33CE6
RGB
CMYK
RGB Variations
Color information
#B33CE6 (or 0xB33CE6) is known color: Medium Orchid. HEX triplet: B3, 3C and E6. RGB value is (179,60,230). Sum of RGB (Red+Green+Blue) = 179+60+230=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #B33CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CE6 is #4CC319. Grayscale: #727272. Windows color (decimal): -5030682 or 15088819. OLE color: 15088819.
HSL color Cylindrical-coordinate representation of color #B33CE6: hue angle of 282º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33CE6 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 60 | 230 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.10 |
| HSL | 282º | 0.77% | 0.57% | - |
| HSV(B) | 282º | 0.74% | 0.9% | - |
| XYZ | 34.49 | 18.53 | 76.62 | - |
| YUV | 114.96 | 192.92 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 230 | 0.22 | 0.74 | 0 | 0.10 | 282 | 0.77 | 0.57 |
| Hex | B3 | 3C | E6 | 16 | 4A | 0 | A | 11A | 4D | 39 |
| Octal | 263 | 74 | 346 | 26 | 112 | 0 | 12 | 432 | 115 | 71 |
| Binary | 10110011 | 111100 | 11100110 | 10110 | 1001010 | 0 | 1010 | 100011010 | 1001101 | 111001 |
Color Harmonies of #B33CE6
Complementary color
Monochromatic Colors of #B33CE6
Black with #B33CE6
Text Example
Text Example
White with #B33CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CE6; }
p { color: rgb(179,60,230); }
H1.HeaderClassName
{
color: #B33CE6;
}
.AnyTagClassName
{
color: #B33CE6;
}
</style>
background-color css
<style>
a { background-color: #B33CE6; }
a { background-color: rgb(179,60,230); }
div.DivClassName
{
background-color: #B33CE6;
}
.BgClassName
{
background-color: #B33CE6;
}
</style>
border-color css
<style>
span { border-color: #B33CE6; }
span { border-color: rgb(179,60,230); }
td.TdClassName
{
border-color: #B33CE6;
}
.TagClassName
{
border-color: #B33CE6;
}
</style>