Shades of Medium Red Violet #B632A5
Tints of Medium Red Violet #B632A5
RGB
CMYK
RGB Variations
Color information
#B632A5 (or 0xB632A5) is known color: Medium Red Violet. HEX triplet: B6, 32 and A5. RGB value is (182,50,165). Sum of RGB (Red+Green+Blue) = 182+50+165=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B632A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632A5 is #49CD5A. Grayscale: #666666. Windows color (decimal): -4836699 or 10826422. OLE color: 10826422.
HSL color Cylindrical-coordinate representation of color #B632A5: hue angle of 307.73º 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 #B632A5 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 165 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.29 |
| HSL | 307.73º | 0.57% | 0.45% | - |
| HSV(B) | 307.73º | 0.73% | 0.71% | - |
| XYZ | 27.22 | 14.94 | 37.05 | - |
| YUV | 102.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 165 | 0 | 0.73 | 0.09 | 0.29 | 307.73 | 0.57 | 0.45 |
| Hex | B6 | 32 | A5 | 0 | 49 | 9 | 1D | 134 | 39 | 2D |
| Octal | 266 | 62 | 245 | 0 | 111 | 11 | 35 | 464 | 71 | 55 |
| Binary | 10110110 | 110010 | 10100101 | 0 | 1001001 | 1001 | 11101 | 100110100 | 111001 | 101101 |
Color Harmonies of #B632A5
Complementary color
Monochromatic Colors of #B632A5
Black with #B632A5
Text Example
Text Example
White with #B632A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632A5; }
p { color: rgb(182,50,165); }
H1.HeaderClassName
{
color: #B632A5;
}
.AnyTagClassName
{
color: #B632A5;
}
</style>
background-color css
<style>
a { background-color: #B632A5; }
a { background-color: rgb(182,50,165); }
div.DivClassName
{
background-color: #B632A5;
}
.BgClassName
{
background-color: #B632A5;
}
</style>
border-color css
<style>
span { border-color: #B632A5; }
span { border-color: rgb(182,50,165); }
td.TdClassName
{
border-color: #B632A5;
}
.TagClassName
{
border-color: #B632A5;
}
</style>