Shades of Medium Red Violet #B633A2
Tints of Medium Red Violet #B633A2
RGB
CMYK
RGB Variations
Color information
#B633A2 (or 0xB633A2) is known color: Medium Red Violet. HEX triplet: B6, 33 and A2. RGB value is (182,51,162). Sum of RGB (Red+Green+Blue) = 182+51+162=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B633A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B633A2 is #49CC5D. Grayscale: #666666. Windows color (decimal): -4836446 or 10630070. OLE color: 10630070.
HSL color Cylindrical-coordinate representation of color #B633A2: hue angle of 309.16º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B633A2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 162 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.29 |
| HSL | 309.16º | 0.56% | 0.46% | - |
| HSV(B) | 309.16º | 0.72% | 0.71% | - |
| XYZ | 27 | 14.92 | 35.64 | - |
| YUV | 102.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 162 | 0 | 0.72 | 0.11 | 0.29 | 309.16 | 0.56 | 0.46 |
| Hex | B6 | 33 | A2 | 0 | 48 | B | 1D | 135 | 38 | 2E |
| Octal | 266 | 63 | 242 | 0 | 110 | 13 | 35 | 465 | 70 | 56 |
| Binary | 10110110 | 110011 | 10100010 | 0 | 1001000 | 1011 | 11101 | 100110101 | 111000 | 101110 |
Color Harmonies of #B633A2
Complementary color
Monochromatic Colors of #B633A2
Black with #B633A2
Text Example
Text Example
White with #B633A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B633A2; }
p { color: rgb(182,51,162); }
H1.HeaderClassName
{
color: #B633A2;
}
.AnyTagClassName
{
color: #B633A2;
}
</style>
background-color css
<style>
a { background-color: #B633A2; }
a { background-color: rgb(182,51,162); }
div.DivClassName
{
background-color: #B633A2;
}
.BgClassName
{
background-color: #B633A2;
}
</style>
border-color css
<style>
span { border-color: #B633A2; }
span { border-color: rgb(182,51,162); }
td.TdClassName
{
border-color: #B633A2;
}
.TagClassName
{
border-color: #B633A2;
}
</style>