Shades of Violet Blue #B05CA2
Tints of Violet Blue #B05CA2
RGB
CMYK
RGB Variations
Color information
#B05CA2 (or 0xB05CA2) is known color: Violet Blue. HEX triplet: B0, 5C and A2. RGB value is (176,92,162). Sum of RGB (Red+Green+Blue) = 176+92+162=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B05CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05CA2 is #4FA35D. Grayscale: #7C7C7C. Windows color (decimal): -5219166 or 10640560. OLE color: 10640560.
HSL color Cylindrical-coordinate representation of color #B05CA2: hue angle of 310º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05CA2 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 162 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.31 |
| HSL | 310º | 0.35% | 0.53% | - |
| HSV(B) | 310º | 0.48% | 0.69% | - |
| XYZ | 28.25 | 19.49 | 36.46 | - |
| YUV | 125.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 162 | 0 | 0.48 | 0.08 | 0.31 | 310 | 0.35 | 0.53 |
| Hex | B0 | 5C | A2 | 0 | 30 | 8 | 1F | 136 | 23 | 35 |
| Octal | 260 | 134 | 242 | 0 | 60 | 10 | 37 | 466 | 43 | 65 |
| Binary | 10110000 | 1011100 | 10100010 | 0 | 110000 | 1000 | 11111 | 100110110 | 100011 | 110101 |
Color Harmonies of #B05CA2
Complementary color
Monochromatic Colors of #B05CA2
Black with #B05CA2
Text Example
Text Example
White with #B05CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CA2; }
p { color: rgb(176,92,162); }
H1.HeaderClassName
{
color: #B05CA2;
}
.AnyTagClassName
{
color: #B05CA2;
}
</style>
background-color css
<style>
a { background-color: #B05CA2; }
a { background-color: rgb(176,92,162); }
div.DivClassName
{
background-color: #B05CA2;
}
.BgClassName
{
background-color: #B05CA2;
}
</style>
border-color css
<style>
span { border-color: #B05CA2; }
span { border-color: rgb(176,92,162); }
td.TdClassName
{
border-color: #B05CA2;
}
.TagClassName
{
border-color: #B05CA2;
}
</style>