Shades of Medium Orchid #B33FEE
Tints of Medium Orchid #B33FEE
RGB
CMYK
RGB Variations
Color information
#B33FEE (or 0xB33FEE) is known color: Medium Orchid. HEX triplet: B3, 3F and EE. RGB value is (179,63,238). Sum of RGB (Red+Green+Blue) = 179+63+238=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #B33FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FEE is #4CC011. Grayscale: #757575. Windows color (decimal): -5029906 or 15613875. OLE color: 15613875.
HSL color Cylindrical-coordinate representation of color #B33FEE: hue angle of 279.77º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33FEE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 63 | 238 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.07 |
| HSL | 279.77º | 0.84% | 0.59% | - |
| HSV(B) | 279.77º | 0.74% | 0.93% | - |
| XYZ | 35.8 | 19.31 | 82.73 | - |
| YUV | 117.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 238 | 0.25 | 0.74 | 0 | 0.07 | 279.77 | 0.84 | 0.59 |
| Hex | B3 | 3F | EE | 19 | 4A | 0 | 7 | 118 | 54 | 3B |
| Octal | 263 | 77 | 356 | 31 | 112 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110011 | 111111 | 11101110 | 11001 | 1001010 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B33FEE
Complementary color
Monochromatic Colors of #B33FEE
Black with #B33FEE
Text Example
Text Example
White with #B33FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FEE; }
p { color: rgb(179,63,238); }
H1.HeaderClassName
{
color: #B33FEE;
}
.AnyTagClassName
{
color: #B33FEE;
}
</style>
background-color css
<style>
a { background-color: #B33FEE; }
a { background-color: rgb(179,63,238); }
div.DivClassName
{
background-color: #B33FEE;
}
.BgClassName
{
background-color: #B33FEE;
}
</style>
border-color css
<style>
span { border-color: #B33FEE; }
span { border-color: rgb(179,63,238); }
td.TdClassName
{
border-color: #B33FEE;
}
.TagClassName
{
border-color: #B33FEE;
}
</style>