Shades of Medium Red Violet #B32689
Tints of Medium Red Violet #B32689
RGB
CMYK
RGB Variations
Color information
#B32689 (or 0xB32689) is known color: Medium Red Violet. HEX triplet: B3, 26 and 89. RGB value is (179,38,137). Sum of RGB (Red+Green+Blue) = 179+38+137=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B32689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32689 is #4CD976. Grayscale: #5B5B5B. Windows color (decimal): -5036407 or 8988339. OLE color: 8988339.
HSL color Cylindrical-coordinate representation of color #B32689: hue angle of 317.87º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32689 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 137 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.30 |
| HSL | 317.87º | 0.65% | 0.43% | - |
| HSV(B) | 317.87º | 0.79% | 0.7% | - |
| XYZ | 23.8 | 12.78 | 24.88 | - |
| YUV | 91.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 137 | 0 | 0.79 | 0.23 | 0.30 | 317.87 | 0.65 | 0.43 |
| Hex | B3 | 26 | 89 | 0 | 4F | 17 | 1E | 13E | 41 | 2B |
| Octal | 263 | 46 | 211 | 0 | 117 | 27 | 36 | 476 | 101 | 53 |
| Binary | 10110011 | 100110 | 10001001 | 0 | 1001111 | 10111 | 11110 | 100111110 | 1000001 | 101011 |
Color Harmonies of #B32689
Complementary color
Monochromatic Colors of #B32689
Black with #B32689
Text Example
Text Example
White with #B32689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32689; }
p { color: rgb(179,38,137); }
H1.HeaderClassName
{
color: #B32689;
}
.AnyTagClassName
{
color: #B32689;
}
</style>
background-color css
<style>
a { background-color: #B32689; }
a { background-color: rgb(179,38,137); }
div.DivClassName
{
background-color: #B32689;
}
.BgClassName
{
background-color: #B32689;
}
</style>
border-color css
<style>
span { border-color: #B32689; }
span { border-color: rgb(179,38,137); }
td.TdClassName
{
border-color: #B32689;
}
.TagClassName
{
border-color: #B32689;
}
</style>