Shades of Violet Blue #B262AB
Tints of Violet Blue #B262AB
RGB
CMYK
RGB Variations
Color information
#B262AB (or 0xB262AB) is known color: Violet Blue. HEX triplet: B2, 62 and AB. RGB value is (178,98,171). Sum of RGB (Red+Green+Blue) = 178+98+171=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B262AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B262AB is #4D9D54. Grayscale: #828282. Windows color (decimal): -5086549 or 11231922. OLE color: 11231922.
HSL color Cylindrical-coordinate representation of color #B262AB: hue angle of 305.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B262AB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 171 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.30 |
| HSL | 305.25º | 0.34% | 0.54% | - |
| HSV(B) | 305.25º | 0.45% | 0.7% | - |
| XYZ | 30.08 | 21.14 | 41.02 | - |
| YUV | 130.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 171 | 0 | 0.45 | 0.04 | 0.30 | 305.25 | 0.34 | 0.54 |
| Hex | B2 | 62 | AB | 0 | 2D | 4 | 1E | 131 | 22 | 36 |
| Octal | 262 | 142 | 253 | 0 | 55 | 4 | 36 | 461 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10101011 | 0 | 101101 | 100 | 11110 | 100110001 | 100010 | 110110 |
Color Harmonies of #B262AB
Complementary color
Monochromatic Colors of #B262AB
Black with #B262AB
Text Example
Text Example
White with #B262AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262AB; }
p { color: rgb(178,98,171); }
H1.HeaderClassName
{
color: #B262AB;
}
.AnyTagClassName
{
color: #B262AB;
}
</style>
background-color css
<style>
a { background-color: #B262AB; }
a { background-color: rgb(178,98,171); }
div.DivClassName
{
background-color: #B262AB;
}
.BgClassName
{
background-color: #B262AB;
}
</style>
border-color css
<style>
span { border-color: #B262AB; }
span { border-color: rgb(178,98,171); }
td.TdClassName
{
border-color: #B262AB;
}
.TagClassName
{
border-color: #B262AB;
}
</style>