Shades of Violet Blue #B570B2
Tints of Violet Blue #B570B2
RGB
CMYK
RGB Variations
Color information
#B570B2 (or 0xB570B2) is known color: Violet Blue. HEX triplet: B5, 70 and B2. RGB value is (181,112,178). Sum of RGB (Red+Green+Blue) = 181+112+178=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B570B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B570B2 is #4A8F4D. Grayscale: #8B8B8B. Windows color (decimal): -4886350 or 11694261. OLE color: 11694261.
HSL color Cylindrical-coordinate representation of color #B570B2: hue angle of 302.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B570B2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 178 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.29 |
| HSL | 302.61º | 0.32% | 0.57% | - |
| HSV(B) | 302.61º | 0.38% | 0.71% | - |
| XYZ | 32.89 | 24.63 | 45.14 | - |
| YUV | 140.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 178 | 0 | 0.38 | 0.02 | 0.29 | 302.61 | 0.32 | 0.57 |
| Hex | B5 | 70 | B2 | 0 | 26 | 2 | 1D | 12F | 20 | 39 |
| Octal | 265 | 160 | 262 | 0 | 46 | 2 | 35 | 457 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10110010 | 0 | 100110 | 10 | 11101 | 100101111 | 100000 | 111001 |
Color Harmonies of #B570B2
Complementary color
Monochromatic Colors of #B570B2
Black with #B570B2
Text Example
Text Example
White with #B570B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570B2; }
p { color: rgb(181,112,178); }
H1.HeaderClassName
{
color: #B570B2;
}
.AnyTagClassName
{
color: #B570B2;
}
</style>
background-color css
<style>
a { background-color: #B570B2; }
a { background-color: rgb(181,112,178); }
div.DivClassName
{
background-color: #B570B2;
}
.BgClassName
{
background-color: #B570B2;
}
</style>
border-color css
<style>
span { border-color: #B570B2; }
span { border-color: rgb(181,112,178); }
td.TdClassName
{
border-color: #B570B2;
}
.TagClassName
{
border-color: #B570B2;
}
</style>