Shades of Medium Red Violet #B33D9A
Tints of Medium Red Violet #B33D9A
RGB
CMYK
RGB Variations
Color information
#B33D9A (or 0xB33D9A) is known color: Medium Red Violet. HEX triplet: B3, 3D and 9A. RGB value is (179,61,154). Sum of RGB (Red+Green+Blue) = 179+61+154=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D9A is #4CC265. Grayscale: #6A6A6A. Windows color (decimal): -5030502 or 10108339. OLE color: 10108339.
HSL color Cylindrical-coordinate representation of color #B33D9A: hue angle of 312.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D9A is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 154 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.30 |
| HSL | 312.71º | 0.49% | 0.47% | - |
| HSV(B) | 312.71º | 0.66% | 0.7% | - |
| XYZ | 26.09 | 15.25 | 32.14 | - |
| YUV | 106.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 154 | 0 | 0.66 | 0.14 | 0.30 | 312.71 | 0.49 | 0.47 |
| Hex | B3 | 3D | 9A | 0 | 42 | E | 1E | 139 | 31 | 2F |
| Octal | 263 | 75 | 232 | 0 | 102 | 16 | 36 | 471 | 61 | 57 |
| Binary | 10110011 | 111101 | 10011010 | 0 | 1000010 | 1110 | 11110 | 100111001 | 110001 | 101111 |
Color Harmonies of #B33D9A
Complementary color
Monochromatic Colors of #B33D9A
Black with #B33D9A
Text Example
Text Example
White with #B33D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D9A; }
p { color: rgb(179,61,154); }
H1.HeaderClassName
{
color: #B33D9A;
}
.AnyTagClassName
{
color: #B33D9A;
}
</style>
background-color css
<style>
a { background-color: #B33D9A; }
a { background-color: rgb(179,61,154); }
div.DivClassName
{
background-color: #B33D9A;
}
.BgClassName
{
background-color: #B33D9A;
}
</style>
border-color css
<style>
span { border-color: #B33D9A; }
span { border-color: rgb(179,61,154); }
td.TdClassName
{
border-color: #B33D9A;
}
.TagClassName
{
border-color: #B33D9A;
}
</style>