Shades of Violet Blue #BB60A4
Tints of Violet Blue #BB60A4
RGB
CMYK
RGB Variations
Color information
#BB60A4 (or 0xBB60A4) is known color: Violet Blue. HEX triplet: BB, 60 and A4. RGB value is (187,96,164). Sum of RGB (Red+Green+Blue) = 187+96+164=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60A4 is #449F5B. Grayscale: #828282. Windows color (decimal): -4497244 or 10772667. OLE color: 10772667.
HSL color Cylindrical-coordinate representation of color #BB60A4: hue angle of 315.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB60A4 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 164 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.27 |
| HSL | 315.16º | 0.4% | 0.55% | - |
| HSV(B) | 315.16º | 0.49% | 0.73% | - |
| XYZ | 31.38 | 21.61 | 37.64 | - |
| YUV | 130.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 164 | 0 | 0.49 | 0.12 | 0.27 | 315.16 | 0.4 | 0.55 |
| Hex | BB | 60 | A4 | 0 | 31 | C | 1B | 13B | 28 | 37 |
| Octal | 273 | 140 | 244 | 0 | 61 | 14 | 33 | 473 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10100100 | 0 | 110001 | 1100 | 11011 | 100111011 | 101000 | 110111 |
Color Harmonies of #BB60A4
Complementary color
Monochromatic Colors of #BB60A4
Black with #BB60A4
Text Example
Text Example
White with #BB60A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60A4; }
p { color: rgb(187,96,164); }
H1.HeaderClassName
{
color: #BB60A4;
}
.AnyTagClassName
{
color: #BB60A4;
}
</style>
background-color css
<style>
a { background-color: #BB60A4; }
a { background-color: rgb(187,96,164); }
div.DivClassName
{
background-color: #BB60A4;
}
.BgClassName
{
background-color: #BB60A4;
}
</style>
border-color css
<style>
span { border-color: #BB60A4; }
span { border-color: rgb(187,96,164); }
td.TdClassName
{
border-color: #BB60A4;
}
.TagClassName
{
border-color: #BB60A4;
}
</style>