Shades of Violet Blue #B065A4
Tints of Violet Blue #B065A4
RGB
CMYK
RGB Variations
Color information
#B065A4 (or 0xB065A4) is known color: Violet Blue. HEX triplet: B0, 65 and A4. RGB value is (176,101,164). Sum of RGB (Red+Green+Blue) = 176+101+164=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B065A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065A4 is #4F9A5B. Grayscale: #828282. Windows color (decimal): -5216860 or 10773936. OLE color: 10773936.
HSL color Cylindrical-coordinate representation of color #B065A4: hue angle of 309.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B065A4 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 164 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.31 |
| HSL | 309.6º | 0.32% | 0.54% | - |
| HSV(B) | 309.6º | 0.43% | 0.69% | - |
| XYZ | 29.26 | 21.22 | 37.68 | - |
| YUV | 130.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 164 | 0 | 0.43 | 0.07 | 0.31 | 309.6 | 0.32 | 0.54 |
| Hex | B0 | 65 | A4 | 0 | 2B | 7 | 1F | 136 | 20 | 36 |
| Octal | 260 | 145 | 244 | 0 | 53 | 7 | 37 | 466 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10100100 | 0 | 101011 | 111 | 11111 | 100110110 | 100000 | 110110 |
Color Harmonies of #B065A4
Complementary color
Monochromatic Colors of #B065A4
Black with #B065A4
Text Example
Text Example
White with #B065A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065A4; }
p { color: rgb(176,101,164); }
H1.HeaderClassName
{
color: #B065A4;
}
.AnyTagClassName
{
color: #B065A4;
}
</style>
background-color css
<style>
a { background-color: #B065A4; }
a { background-color: rgb(176,101,164); }
div.DivClassName
{
background-color: #B065A4;
}
.BgClassName
{
background-color: #B065A4;
}
</style>
border-color css
<style>
span { border-color: #B065A4; }
span { border-color: rgb(176,101,164); }
td.TdClassName
{
border-color: #B065A4;
}
.TagClassName
{
border-color: #B065A4;
}
</style>