Shades of Violet Blue #B066B4
Tints of Violet Blue #B066B4
RGB
CMYK
RGB Variations
Color information
#B066B4 (or 0xB066B4) is known color: Violet Blue. HEX triplet: B0, 66 and B4. RGB value is (176,102,180). Sum of RGB (Red+Green+Blue) = 176+102+180=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #B066B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066B4 is #4F994B. Grayscale: #848484. Windows color (decimal): -5216588 or 11822768. OLE color: 11822768.
HSL color Cylindrical-coordinate representation of color #B066B4: hue angle of 296.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B066B4 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 102 | 180 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.29 |
| HSL | 296.92º | 0.34% | 0.55% | - |
| HSV(B) | 296.92º | 0.43% | 0.71% | - |
| XYZ | 30.89 | 22.03 | 45.8 | - |
| YUV | 133.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 180 | 0.02 | 0.43 | 0 | 0.29 | 296.92 | 0.34 | 0.55 |
| Hex | B0 | 66 | B4 | 2 | 2B | 0 | 1D | 129 | 22 | 37 |
| Octal | 260 | 146 | 264 | 2 | 53 | 0 | 35 | 451 | 42 | 67 |
| Binary | 10110000 | 1100110 | 10110100 | 10 | 101011 | 0 | 11101 | 100101001 | 100010 | 110111 |
Color Harmonies of #B066B4
Complementary color
Monochromatic Colors of #B066B4
Black with #B066B4
Text Example
Text Example
White with #B066B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066B4; }
p { color: rgb(176,102,180); }
H1.HeaderClassName
{
color: #B066B4;
}
.AnyTagClassName
{
color: #B066B4;
}
</style>
background-color css
<style>
a { background-color: #B066B4; }
a { background-color: rgb(176,102,180); }
div.DivClassName
{
background-color: #B066B4;
}
.BgClassName
{
background-color: #B066B4;
}
</style>
border-color css
<style>
span { border-color: #B066B4; }
span { border-color: rgb(176,102,180); }
td.TdClassName
{
border-color: #B066B4;
}
.TagClassName
{
border-color: #B066B4;
}
</style>