Shades of Medium Red Violet #B62BA8
Tints of Medium Red Violet #B62BA8
RGB
CMYK
RGB Variations
Color information
#B62BA8 (or 0xB62BA8) is known color: Medium Red Violet. HEX triplet: B6, 2B and A8. RGB value is (182,43,168). Sum of RGB (Red+Green+Blue) = 182+43+168=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B62BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62BA8 is #49D457. Grayscale: #626262. Windows color (decimal): -4838488 or 11021238. OLE color: 11021238.
HSL color Cylindrical-coordinate representation of color #B62BA8: hue angle of 306.04º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 43 | 168 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.29 |
| HSL | 306.04º | 0.62% | 0.44% | - |
| HSV(B) | 306.04º | 0.76% | 0.71% | - |
| XYZ | 27.22 | 14.5 | 38.41 | - |
| YUV | 98.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 168 | 0 | 0.76 | 0.08 | 0.29 | 306.04 | 0.62 | 0.44 |
| Hex | B6 | 2B | A8 | 0 | 4C | 8 | 1D | 132 | 3E | 2C |
| Octal | 266 | 53 | 250 | 0 | 114 | 10 | 35 | 462 | 76 | 54 |
| Binary | 10110110 | 101011 | 10101000 | 0 | 1001100 | 1000 | 11101 | 100110010 | 111110 | 101100 |
Color Harmonies of #B62BA8
Complementary color
Monochromatic Colors of #B62BA8
Black with #B62BA8
Text Example
Text Example
White with #B62BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BA8; }
p { color: rgb(182,43,168); }
H1.HeaderClassName
{
color: #B62BA8;
}
.AnyTagClassName
{
color: #B62BA8;
}
</style>
background-color css
<style>
a { background-color: #B62BA8; }
a { background-color: rgb(182,43,168); }
div.DivClassName
{
background-color: #B62BA8;
}
.BgClassName
{
background-color: #B62BA8;
}
</style>
border-color css
<style>
span { border-color: #B62BA8; }
span { border-color: rgb(182,43,168); }
td.TdClassName
{
border-color: #B62BA8;
}
.TagClassName
{
border-color: #B62BA8;
}
</style>