Shades of Violet Blue #B662A2
Tints of Violet Blue #B662A2
RGB
CMYK
RGB Variations
Color information
#B662A2 (or 0xB662A2) is known color: Violet Blue. HEX triplet: B6, 62 and A2. RGB value is (182,98,162). Sum of RGB (Red+Green+Blue) = 182+98+162=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B662A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B662A2 is #499D5D. Grayscale: #828282. Windows color (decimal): -4824414 or 10642102. OLE color: 10642102.
HSL color Cylindrical-coordinate representation of color #B662A2: hue angle of 314.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B662A2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 162 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.29 |
| HSL | 314.29º | 0.37% | 0.55% | - |
| HSV(B) | 314.29º | 0.46% | 0.71% | - |
| XYZ | 30.18 | 21.29 | 36.7 | - |
| YUV | 130.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 162 | 0 | 0.46 | 0.11 | 0.29 | 314.29 | 0.37 | 0.55 |
| Hex | B6 | 62 | A2 | 0 | 2E | B | 1D | 13A | 25 | 37 |
| Octal | 266 | 142 | 242 | 0 | 56 | 13 | 35 | 472 | 45 | 67 |
| Binary | 10110110 | 1100010 | 10100010 | 0 | 101110 | 1011 | 11101 | 100111010 | 100101 | 110111 |
Color Harmonies of #B662A2
Complementary color
Monochromatic Colors of #B662A2
Black with #B662A2
Text Example
Text Example
White with #B662A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662A2; }
p { color: rgb(182,98,162); }
H1.HeaderClassName
{
color: #B662A2;
}
.AnyTagClassName
{
color: #B662A2;
}
</style>
background-color css
<style>
a { background-color: #B662A2; }
a { background-color: rgb(182,98,162); }
div.DivClassName
{
background-color: #B662A2;
}
.BgClassName
{
background-color: #B662A2;
}
</style>
border-color css
<style>
span { border-color: #B662A2; }
span { border-color: rgb(182,98,162); }
td.TdClassName
{
border-color: #B662A2;
}
.TagClassName
{
border-color: #B662A2;
}
</style>