Shades of Medium Orchid #B33DE6
Tints of Medium Orchid #B33DE6
RGB
CMYK
RGB Variations
Color information
#B33DE6 (or 0xB33DE6) is known color: Medium Orchid. HEX triplet: B3, 3D and E6. RGB value is (179,61,230). Sum of RGB (Red+Green+Blue) = 179+61+230=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #B33DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DE6 is #4CC219. Grayscale: #727272. Windows color (decimal): -5030426 or 15089075. OLE color: 15089075.
HSL color Cylindrical-coordinate representation of color #B33DE6: hue angle of 281.89º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33DE6 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 61 | 230 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.10 |
| HSL | 281.89º | 0.77% | 0.57% | - |
| HSV(B) | 281.89º | 0.73% | 0.9% | - |
| XYZ | 34.54 | 18.63 | 76.64 | - |
| YUV | 115.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 230 | 0.22 | 0.73 | 0 | 0.10 | 281.89 | 0.77 | 0.57 |
| Hex | B3 | 3D | E6 | 16 | 49 | 0 | A | 11A | 4D | 39 |
| Octal | 263 | 75 | 346 | 26 | 111 | 0 | 12 | 432 | 115 | 71 |
| Binary | 10110011 | 111101 | 11100110 | 10110 | 1001001 | 0 | 1010 | 100011010 | 1001101 | 111001 |
Color Harmonies of #B33DE6
Complementary color
Monochromatic Colors of #B33DE6
Black with #B33DE6
Text Example
Text Example
White with #B33DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DE6; }
p { color: rgb(179,61,230); }
H1.HeaderClassName
{
color: #B33DE6;
}
.AnyTagClassName
{
color: #B33DE6;
}
</style>
background-color css
<style>
a { background-color: #B33DE6; }
a { background-color: rgb(179,61,230); }
div.DivClassName
{
background-color: #B33DE6;
}
.BgClassName
{
background-color: #B33DE6;
}
</style>
border-color css
<style>
span { border-color: #B33DE6; }
span { border-color: rgb(179,61,230); }
td.TdClassName
{
border-color: #B33DE6;
}
.TagClassName
{
border-color: #B33DE6;
}
</style>