Shades of Violet Blue #B362AD
Tints of Violet Blue #B362AD
RGB
CMYK
RGB Variations
Color information
#B362AD (or 0xB362AD) is known color: Violet Blue. HEX triplet: B3, 62 and AD. RGB value is (179,98,173). Sum of RGB (Red+Green+Blue) = 179+98+173=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B362AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B362AD is #4C9D52. Grayscale: #828282. Windows color (decimal): -5021011 or 11362995. OLE color: 11362995.
HSL color Cylindrical-coordinate representation of color #B362AD: hue angle of 304.44º degrees, saturation: 0.35, 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 #B362AD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 173 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.30 |
| HSL | 304.44º | 0.35% | 0.54% | - |
| HSV(B) | 304.44º | 0.45% | 0.7% | - |
| XYZ | 30.5 | 21.34 | 42.05 | - |
| YUV | 130.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 173 | 0 | 0.45 | 0.03 | 0.30 | 304.44 | 0.35 | 0.54 |
| Hex | B3 | 62 | AD | 0 | 2D | 3 | 1E | 130 | 23 | 36 |
| Octal | 263 | 142 | 255 | 0 | 55 | 3 | 36 | 460 | 43 | 66 |
| Binary | 10110011 | 1100010 | 10101101 | 0 | 101101 | 11 | 11110 | 100110000 | 100011 | 110110 |
Color Harmonies of #B362AD
Complementary color
Monochromatic Colors of #B362AD
Black with #B362AD
Text Example
Text Example
White with #B362AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362AD; }
p { color: rgb(179,98,173); }
H1.HeaderClassName
{
color: #B362AD;
}
.AnyTagClassName
{
color: #B362AD;
}
</style>
background-color css
<style>
a { background-color: #B362AD; }
a { background-color: rgb(179,98,173); }
div.DivClassName
{
background-color: #B362AD;
}
.BgClassName
{
background-color: #B362AD;
}
</style>
border-color css
<style>
span { border-color: #B362AD; }
span { border-color: rgb(179,98,173); }
td.TdClassName
{
border-color: #B362AD;
}
.TagClassName
{
border-color: #B362AD;
}
</style>