Shades of Medium Red Violet #B632A8
Tints of Medium Red Violet #B632A8
RGB
CMYK
RGB Variations
Color information
#B632A8 (or 0xB632A8) is known color: Medium Red Violet. HEX triplet: B6, 32 and A8. RGB value is (182,50,168). Sum of RGB (Red+Green+Blue) = 182+50+168=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B632A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632A8 is #49CD57. Grayscale: #666666. Windows color (decimal): -4836696 or 11023030. OLE color: 11023030.
HSL color Cylindrical-coordinate representation of color #B632A8: hue angle of 306.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632A8 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 50 | 168 | - |
CMYK | 0 | 0.73 | 0.08 | 0.29 |
HSL | 306.36º | 0.57% | 0.45% | - |
HSV(B) | 306.36º | 0.73% | 0.71% | - |
XYZ | 27.5 | 15.05 | 38.5 | - |
YUV | 102.92 | 164.73 | 184.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 50 | 168 | 0 | 0.73 | 0.08 | 0.29 | 306.36 | 0.57 | 0.45 |
Hex | B6 | 32 | A8 | 0 | 49 | 8 | 1D | 132 | 39 | 2D |
Octal | 266 | 62 | 250 | 0 | 111 | 10 | 35 | 462 | 71 | 55 |
Binary | 10110110 | 110010 | 10101000 | 0 | 1001001 | 1000 | 11101 | 100110010 | 111001 | 101101 |
Color Harmonies of #B632A8
Complementary color
Monochromatic Colors of #B632A8
Black with #B632A8
Text Example
Text Example
White with #B632A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632A8; }
p { color: rgb(182,50,168); }
H1.HeaderClassName
{
color: #B632A8;
}
.AnyTagClassName
{
color: #B632A8;
}
</style>
background-color css
<style>
a { background-color: #B632A8; }
a { background-color: rgb(182,50,168); }
div.DivClassName
{
background-color: #B632A8;
}
.BgClassName
{
background-color: #B632A8;
}
</style>
border-color css
<style>
span { border-color: #B632A8; }
span { border-color: rgb(182,50,168); }
td.TdClassName
{
border-color: #B632A8;
}
.TagClassName
{
border-color: #B632A8;
}
</style>