Shades of Medium Orchid #B33DEC
Tints of Medium Orchid #B33DEC
RGB
CMYK
RGB Variations
Color information
#B33DEC (or 0xB33DEC) is known color: Medium Orchid. HEX triplet: B3, 3D and EC. RGB value is (179,61,236). Sum of RGB (Red+Green+Blue) = 179+61+236=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B33DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DEC is #4CC213. Grayscale: #737373. Windows color (decimal): -5030420 or 15482291. OLE color: 15482291.
HSL color Cylindrical-coordinate representation of color #B33DEC: hue angle of 280.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33DEC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 61 | 236 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.07 |
| HSL | 280.46º | 0.82% | 0.58% | - |
| HSV(B) | 280.46º | 0.74% | 0.93% | - |
| XYZ | 35.4 | 18.98 | 81.15 | - |
| YUV | 116.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 236 | 0.24 | 0.74 | 0 | 0.07 | 280.46 | 0.82 | 0.58 |
| Hex | B3 | 3D | EC | 18 | 4A | 0 | 7 | 118 | 52 | 3A |
| Octal | 263 | 75 | 354 | 30 | 112 | 0 | 7 | 430 | 122 | 72 |
| Binary | 10110011 | 111101 | 11101100 | 11000 | 1001010 | 0 | 111 | 100011000 | 1010010 | 111010 |
Color Harmonies of #B33DEC
Complementary color
Monochromatic Colors of #B33DEC
Black with #B33DEC
Text Example
Text Example
White with #B33DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DEC; }
p { color: rgb(179,61,236); }
H1.HeaderClassName
{
color: #B33DEC;
}
.AnyTagClassName
{
color: #B33DEC;
}
</style>
background-color css
<style>
a { background-color: #B33DEC; }
a { background-color: rgb(179,61,236); }
div.DivClassName
{
background-color: #B33DEC;
}
.BgClassName
{
background-color: #B33DEC;
}
</style>
border-color css
<style>
span { border-color: #B33DEC; }
span { border-color: rgb(179,61,236); }
td.TdClassName
{
border-color: #B33DEC;
}
.TagClassName
{
border-color: #B33DEC;
}
</style>