Shades of Medium Red Violet #B33B9A
Tints of Medium Red Violet #B33B9A
RGB
CMYK
RGB Variations
Color information
#B33B9A (or 0xB33B9A) is known color: Medium Red Violet. HEX triplet: B3, 3B and 9A. RGB value is (179,59,154). Sum of RGB (Red+Green+Blue) = 179+59+154=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B9A is #4CC465. Grayscale: #696969. Windows color (decimal): -5031014 or 10107827. OLE color: 10107827.
HSL color Cylindrical-coordinate representation of color #B33B9A: hue angle of 312.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B9A is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 154 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.30 |
| HSL | 312.5º | 0.5% | 0.47% | - |
| HSV(B) | 312.5º | 0.67% | 0.7% | - |
| XYZ | 25.99 | 15.04 | 32.11 | - |
| YUV | 105.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 154 | 0 | 0.67 | 0.14 | 0.30 | 312.5 | 0.5 | 0.47 |
| Hex | B3 | 3B | 9A | 0 | 43 | E | 1E | 138 | 32 | 2F |
| Octal | 263 | 73 | 232 | 0 | 103 | 16 | 36 | 470 | 62 | 57 |
| Binary | 10110011 | 111011 | 10011010 | 0 | 1000011 | 1110 | 11110 | 100111000 | 110010 | 101111 |
Color Harmonies of #B33B9A
Complementary color
Monochromatic Colors of #B33B9A
Black with #B33B9A
Text Example
Text Example
White with #B33B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B9A; }
p { color: rgb(179,59,154); }
H1.HeaderClassName
{
color: #B33B9A;
}
.AnyTagClassName
{
color: #B33B9A;
}
</style>
background-color css
<style>
a { background-color: #B33B9A; }
a { background-color: rgb(179,59,154); }
div.DivClassName
{
background-color: #B33B9A;
}
.BgClassName
{
background-color: #B33B9A;
}
</style>
border-color css
<style>
span { border-color: #B33B9A; }
span { border-color: rgb(179,59,154); }
td.TdClassName
{
border-color: #B33B9A;
}
.TagClassName
{
border-color: #B33B9A;
}
</style>