Shades of Violet Blue #B066A4
Tints of Violet Blue #B066A4
RGB
CMYK
RGB Variations
Color information
#B066A4 (or 0xB066A4) is known color: Violet Blue. HEX triplet: B0, 66 and A4. RGB value is (176,102,164). Sum of RGB (Red+Green+Blue) = 176+102+164=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B066A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066A4 is #4F995B. Grayscale: #838383. Windows color (decimal): -5216604 or 10774192. OLE color: 10774192.
HSL color Cylindrical-coordinate representation of color #B066A4: hue angle of 309.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B066A4 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 164 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.31 |
| HSL | 309.73º | 0.32% | 0.55% | - |
| HSV(B) | 309.73º | 0.42% | 0.69% | - |
| XYZ | 29.36 | 21.41 | 37.71 | - |
| YUV | 131.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 164 | 0 | 0.42 | 0.07 | 0.31 | 309.73 | 0.32 | 0.55 |
| Hex | B0 | 66 | A4 | 0 | 2A | 7 | 1F | 136 | 20 | 37 |
| Octal | 260 | 146 | 244 | 0 | 52 | 7 | 37 | 466 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10100100 | 0 | 101010 | 111 | 11111 | 100110110 | 100000 | 110111 |
Color Harmonies of #B066A4
Complementary color
Monochromatic Colors of #B066A4
Black with #B066A4
Text Example
Text Example
White with #B066A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066A4; }
p { color: rgb(176,102,164); }
H1.HeaderClassName
{
color: #B066A4;
}
.AnyTagClassName
{
color: #B066A4;
}
</style>
background-color css
<style>
a { background-color: #B066A4; }
a { background-color: rgb(176,102,164); }
div.DivClassName
{
background-color: #B066A4;
}
.BgClassName
{
background-color: #B066A4;
}
</style>
border-color css
<style>
span { border-color: #B066A4; }
span { border-color: rgb(176,102,164); }
td.TdClassName
{
border-color: #B066A4;
}
.TagClassName
{
border-color: #B066A4;
}
</style>