Shades of Medium Red Violet #B33C9C
Tints of Medium Red Violet #B33C9C
RGB
CMYK
RGB Variations
Color information
#B33C9C (or 0xB33C9C) is known color: Medium Red Violet. HEX triplet: B3, 3C and 9C. RGB value is (179,60,156). Sum of RGB (Red+Green+Blue) = 179+60+156=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C9C is #4CC363. Grayscale: #6A6A6A. Windows color (decimal): -5030756 or 10239155. OLE color: 10239155.
HSL color Cylindrical-coordinate representation of color #B33C9C: hue angle of 311.6º degrees, saturation: 0.5, 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 #B33C9C is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 156 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.30 |
| HSL | 311.6º | 0.5% | 0.47% | - |
| HSV(B) | 311.6º | 0.66% | 0.7% | - |
| XYZ | 26.21 | 15.22 | 33.01 | - |
| YUV | 106.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 156 | 0 | 0.66 | 0.13 | 0.30 | 311.6 | 0.5 | 0.47 |
| Hex | B3 | 3C | 9C | 0 | 42 | D | 1E | 138 | 32 | 2F |
| Octal | 263 | 74 | 234 | 0 | 102 | 15 | 36 | 470 | 62 | 57 |
| Binary | 10110011 | 111100 | 10011100 | 0 | 1000010 | 1101 | 11110 | 100111000 | 110010 | 101111 |
Color Harmonies of #B33C9C
Complementary color
Monochromatic Colors of #B33C9C
Black with #B33C9C
Text Example
Text Example
White with #B33C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C9C; }
p { color: rgb(179,60,156); }
H1.HeaderClassName
{
color: #B33C9C;
}
.AnyTagClassName
{
color: #B33C9C;
}
</style>
background-color css
<style>
a { background-color: #B33C9C; }
a { background-color: rgb(179,60,156); }
div.DivClassName
{
background-color: #B33C9C;
}
.BgClassName
{
background-color: #B33C9C;
}
</style>
border-color css
<style>
span { border-color: #B33C9C; }
span { border-color: rgb(179,60,156); }
td.TdClassName
{
border-color: #B33C9C;
}
.TagClassName
{
border-color: #B33C9C;
}
</style>