Shades of Medium Orchid #B33BEA
Tints of Medium Orchid #B33BEA
RGB
CMYK
RGB Variations
Color information
#B33BEA (or 0xB33BEA) is known color: Medium Orchid. HEX triplet: B3, 3B and EA. RGB value is (179,59,234). Sum of RGB (Red+Green+Blue) = 179+59+234=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #B33BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BEA is #4CC415. Grayscale: #727272. Windows color (decimal): -5030934 or 15350707. OLE color: 15350707.
HSL color Cylindrical-coordinate representation of color #B33BEA: hue angle of 281.14º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33BEA is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 59 | 234 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.08 |
| HSL | 281.14º | 0.81% | 0.57% | - |
| HSV(B) | 281.14º | 0.75% | 0.92% | - |
| XYZ | 35.01 | 18.65 | 79.6 | - |
| YUV | 114.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 234 | 0.24 | 0.75 | 0 | 0.08 | 281.14 | 0.81 | 0.57 |
| Hex | B3 | 3B | EA | 18 | 4B | 0 | 8 | 119 | 51 | 39 |
| Octal | 263 | 73 | 352 | 30 | 113 | 0 | 10 | 431 | 121 | 71 |
| Binary | 10110011 | 111011 | 11101010 | 11000 | 1001011 | 0 | 1000 | 100011001 | 1010001 | 111001 |
Color Harmonies of #B33BEA
Complementary color
Monochromatic Colors of #B33BEA
Black with #B33BEA
Text Example
Text Example
White with #B33BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BEA; }
p { color: rgb(179,59,234); }
H1.HeaderClassName
{
color: #B33BEA;
}
.AnyTagClassName
{
color: #B33BEA;
}
</style>
background-color css
<style>
a { background-color: #B33BEA; }
a { background-color: rgb(179,59,234); }
div.DivClassName
{
background-color: #B33BEA;
}
.BgClassName
{
background-color: #B33BEA;
}
</style>
border-color css
<style>
span { border-color: #B33BEA; }
span { border-color: rgb(179,59,234); }
td.TdClassName
{
border-color: #B33BEA;
}
.TagClassName
{
border-color: #B33BEA;
}
</style>