Shades of Violet Blue #B262A8
Tints of Violet Blue #B262A8
RGB
CMYK
RGB Variations
Color information
#B262A8 (or 0xB262A8) is known color: Violet Blue. HEX triplet: B2, 62 and A8. RGB value is (178,98,168). Sum of RGB (Red+Green+Blue) = 178+98+168=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B262A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B262A8 is #4D9D57. Grayscale: #818181. Windows color (decimal): -5086552 or 11035314. OLE color: 11035314.
HSL color Cylindrical-coordinate representation of color #B262A8: hue angle of 307.5º 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 #B262A8 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 168 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.30 |
| HSL | 307.5º | 0.34% | 0.54% | - |
| HSV(B) | 307.5º | 0.45% | 0.7% | - |
| XYZ | 29.8 | 21.03 | 39.53 | - |
| YUV | 129.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 168 | 0 | 0.45 | 0.06 | 0.30 | 307.5 | 0.34 | 0.54 |
| Hex | B2 | 62 | A8 | 0 | 2D | 6 | 1E | 134 | 22 | 36 |
| Octal | 262 | 142 | 250 | 0 | 55 | 6 | 36 | 464 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10101000 | 0 | 101101 | 110 | 11110 | 100110100 | 100010 | 110110 |
Color Harmonies of #B262A8
Complementary color
Monochromatic Colors of #B262A8
Black with #B262A8
Text Example
Text Example
White with #B262A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262A8; }
p { color: rgb(178,98,168); }
H1.HeaderClassName
{
color: #B262A8;
}
.AnyTagClassName
{
color: #B262A8;
}
</style>
background-color css
<style>
a { background-color: #B262A8; }
a { background-color: rgb(178,98,168); }
div.DivClassName
{
background-color: #B262A8;
}
.BgClassName
{
background-color: #B262A8;
}
</style>
border-color css
<style>
span { border-color: #B262A8; }
span { border-color: rgb(178,98,168); }
td.TdClassName
{
border-color: #B262A8;
}
.TagClassName
{
border-color: #B262A8;
}
</style>