Shades of Medium Orchid #B33AD0
Tints of Medium Orchid #B33AD0
RGB
CMYK
RGB Variations
Color information
#B33AD0 (or 0xB33AD0) is known color: Medium Orchid. HEX triplet: B3, 3A and D0. RGB value is (179,58,208). Sum of RGB (Red+Green+Blue) = 179+58+208=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #B33AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AD0 is #4CC52F. Grayscale: #6E6E6E. Windows color (decimal): -5031216 or 13646515. OLE color: 13646515.
HSL color Cylindrical-coordinate representation of color #B33AD0: hue angle of 288.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33AD0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 58 | 208 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.18 |
| HSL | 288.4º | 0.61% | 0.52% | - |
| HSV(B) | 288.4º | 0.72% | 0.82% | - |
| XYZ | 31.49 | 17.16 | 61.33 | - |
| YUV | 111.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 208 | 0.14 | 0.72 | 0 | 0.18 | 288.4 | 0.61 | 0.52 |
| Hex | B3 | 3A | D0 | E | 48 | 0 | 12 | 120 | 3D | 34 |
| Octal | 263 | 72 | 320 | 16 | 110 | 0 | 22 | 440 | 75 | 64 |
| Binary | 10110011 | 111010 | 11010000 | 1110 | 1001000 | 0 | 10010 | 100100000 | 111101 | 110100 |
Color Harmonies of #B33AD0
Complementary color
Monochromatic Colors of #B33AD0
Black with #B33AD0
Text Example
Text Example
White with #B33AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AD0; }
p { color: rgb(179,58,208); }
H1.HeaderClassName
{
color: #B33AD0;
}
.AnyTagClassName
{
color: #B33AD0;
}
</style>
background-color css
<style>
a { background-color: #B33AD0; }
a { background-color: rgb(179,58,208); }
div.DivClassName
{
background-color: #B33AD0;
}
.BgClassName
{
background-color: #B33AD0;
}
</style>
border-color css
<style>
span { border-color: #B33AD0; }
span { border-color: rgb(179,58,208); }
td.TdClassName
{
border-color: #B33AD0;
}
.TagClassName
{
border-color: #B33AD0;
}
</style>