Shades of Medium Orchid #B33CE8
Tints of Medium Orchid #B33CE8
RGB
CMYK
RGB Variations
Color information
#B33CE8 (or 0xB33CE8) is known color: Medium Orchid. HEX triplet: B3, 3C and E8. RGB value is (179,60,232). Sum of RGB (Red+Green+Blue) = 179+60+232=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #B33CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CE8 is #4CC317. Grayscale: #727272. Windows color (decimal): -5030680 or 15219891. OLE color: 15219891.
HSL color Cylindrical-coordinate representation of color #B33CE8: hue angle of 281.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33CE8 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 60 | 232 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.09 |
| HSL | 281.51º | 0.79% | 0.57% | - |
| HSV(B) | 281.51º | 0.74% | 0.91% | - |
| XYZ | 34.77 | 18.64 | 78.11 | - |
| YUV | 115.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 232 | 0.23 | 0.74 | 0 | 0.09 | 281.51 | 0.79 | 0.57 |
| Hex | B3 | 3C | E8 | 17 | 4A | 0 | 9 | 11A | 4F | 39 |
| Octal | 263 | 74 | 350 | 27 | 112 | 0 | 11 | 432 | 117 | 71 |
| Binary | 10110011 | 111100 | 11101000 | 10111 | 1001010 | 0 | 1001 | 100011010 | 1001111 | 111001 |
Color Harmonies of #B33CE8
Complementary color
Monochromatic Colors of #B33CE8
Black with #B33CE8
Text Example
Text Example
White with #B33CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CE8; }
p { color: rgb(179,60,232); }
H1.HeaderClassName
{
color: #B33CE8;
}
.AnyTagClassName
{
color: #B33CE8;
}
</style>
background-color css
<style>
a { background-color: #B33CE8; }
a { background-color: rgb(179,60,232); }
div.DivClassName
{
background-color: #B33CE8;
}
.BgClassName
{
background-color: #B33CE8;
}
</style>
border-color css
<style>
span { border-color: #B33CE8; }
span { border-color: rgb(179,60,232); }
td.TdClassName
{
border-color: #B33CE8;
}
.TagClassName
{
border-color: #B33CE8;
}
</style>