Shades of Medium Orchid #B33DEE
Tints of Medium Orchid #B33DEE
RGB
CMYK
RGB Variations
Color information
#B33DEE (or 0xB33DEE) is known color: Medium Orchid. HEX triplet: B3, 3D and EE. RGB value is (179,61,238). Sum of RGB (Red+Green+Blue) = 179+61+238=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #B33DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DEE is #4CC211. Grayscale: #737373. Windows color (decimal): -5030418 or 15613363. OLE color: 15613363.
HSL color Cylindrical-coordinate representation of color #B33DEE: hue angle of 280º 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 #B33DEE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 61 | 238 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.07 |
| HSL | 280º | 0.84% | 0.59% | - |
| HSV(B) | 280º | 0.74% | 0.93% | - |
| XYZ | 35.69 | 19.09 | 82.69 | - |
| YUV | 116.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 238 | 0.25 | 0.74 | 0 | 0.07 | 280 | 0.84 | 0.59 |
| Hex | B3 | 3D | EE | 19 | 4A | 0 | 7 | 118 | 54 | 3B |
| Octal | 263 | 75 | 356 | 31 | 112 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110011 | 111101 | 11101110 | 11001 | 1001010 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B33DEE
Complementary color
Monochromatic Colors of #B33DEE
Black with #B33DEE
Text Example
Text Example
White with #B33DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DEE; }
p { color: rgb(179,61,238); }
H1.HeaderClassName
{
color: #B33DEE;
}
.AnyTagClassName
{
color: #B33DEE;
}
</style>
background-color css
<style>
a { background-color: #B33DEE; }
a { background-color: rgb(179,61,238); }
div.DivClassName
{
background-color: #B33DEE;
}
.BgClassName
{
background-color: #B33DEE;
}
</style>
border-color css
<style>
span { border-color: #B33DEE; }
span { border-color: rgb(179,61,238); }
td.TdClassName
{
border-color: #B33DEE;
}
.TagClassName
{
border-color: #B33DEE;
}
</style>