Shades of Violet Blue #B762A1
Tints of Violet Blue #B762A1
RGB
CMYK
RGB Variations
Color information
#B762A1 (or 0xB762A1) is known color: Violet Blue. HEX triplet: B7, 62 and A1. RGB value is (183,98,161). Sum of RGB (Red+Green+Blue) = 183+98+161=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B762A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B762A1 is #489D5E. Grayscale: #828282. Windows color (decimal): -4758879 or 10576567. OLE color: 10576567.
HSL color Cylindrical-coordinate representation of color #B762A1: hue angle of 315.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B762A1 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 161 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.28 |
| HSL | 315.53º | 0.37% | 0.55% | - |
| HSV(B) | 315.53º | 0.46% | 0.72% | - |
| XYZ | 30.33 | 21.38 | 36.25 | - |
| YUV | 130.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 161 | 0 | 0.46 | 0.12 | 0.28 | 315.53 | 0.37 | 0.55 |
| Hex | B7 | 62 | A1 | 0 | 2E | C | 1C | 13C | 25 | 37 |
| Octal | 267 | 142 | 241 | 0 | 56 | 14 | 34 | 474 | 45 | 67 |
| Binary | 10110111 | 1100010 | 10100001 | 0 | 101110 | 1100 | 11100 | 100111100 | 100101 | 110111 |
Color Harmonies of #B762A1
Complementary color
Monochromatic Colors of #B762A1
Black with #B762A1
Text Example
Text Example
White with #B762A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762A1; }
p { color: rgb(183,98,161); }
H1.HeaderClassName
{
color: #B762A1;
}
.AnyTagClassName
{
color: #B762A1;
}
</style>
background-color css
<style>
a { background-color: #B762A1; }
a { background-color: rgb(183,98,161); }
div.DivClassName
{
background-color: #B762A1;
}
.BgClassName
{
background-color: #B762A1;
}
</style>
border-color css
<style>
span { border-color: #B762A1; }
span { border-color: rgb(183,98,161); }
td.TdClassName
{
border-color: #B762A1;
}
.TagClassName
{
border-color: #B762A1;
}
</style>