Shades of Violet Blue #B462A5
Tints of Violet Blue #B462A5
RGB
CMYK
RGB Variations
Color information
#B462A5 (or 0xB462A5) is known color: Violet Blue. HEX triplet: B4, 62 and A5. RGB value is (180,98,165). Sum of RGB (Red+Green+Blue) = 180+98+165=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B462A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462A5 is #4B9D5A. Grayscale: #818181. Windows color (decimal): -4955483 or 10838708. OLE color: 10838708.
HSL color Cylindrical-coordinate representation of color #B462A5: hue angle of 310.98º degrees, saturation: 0.35, 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 #B462A5 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 165 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.29 |
| HSL | 310.98º | 0.35% | 0.55% | - |
| HSV(B) | 310.98º | 0.46% | 0.71% | - |
| XYZ | 29.98 | 21.16 | 38.1 | - |
| YUV | 130.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 165 | 0 | 0.46 | 0.08 | 0.29 | 310.98 | 0.35 | 0.55 |
| Hex | B4 | 62 | A5 | 0 | 2E | 8 | 1D | 137 | 23 | 37 |
| Octal | 264 | 142 | 245 | 0 | 56 | 10 | 35 | 467 | 43 | 67 |
| Binary | 10110100 | 1100010 | 10100101 | 0 | 101110 | 1000 | 11101 | 100110111 | 100011 | 110111 |
Color Harmonies of #B462A5
Complementary color
Monochromatic Colors of #B462A5
Black with #B462A5
Text Example
Text Example
White with #B462A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B462A5; }
p { color: rgb(180,98,165); }
H1.HeaderClassName
{
color: #B462A5;
}
.AnyTagClassName
{
color: #B462A5;
}
</style>
background-color css
<style>
a { background-color: #B462A5; }
a { background-color: rgb(180,98,165); }
div.DivClassName
{
background-color: #B462A5;
}
.BgClassName
{
background-color: #B462A5;
}
</style>
border-color css
<style>
span { border-color: #B462A5; }
span { border-color: rgb(180,98,165); }
td.TdClassName
{
border-color: #B462A5;
}
.TagClassName
{
border-color: #B462A5;
}
</style>