Shades of Violet Blue #BB5DA4
Tints of Violet Blue #BB5DA4
RGB
CMYK
RGB Variations
Color information
#BB5DA4 (or 0xBB5DA4) is known color: Violet Blue. HEX triplet: BB, 5D and A4. RGB value is (187,93,164). Sum of RGB (Red+Green+Blue) = 187+93+164=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA4 is #44A25B. Grayscale: #818181. Windows color (decimal): -4498012 or 10771899. OLE color: 10771899.
HSL color Cylindrical-coordinate representation of color #BB5DA4: hue angle of 314.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DA4 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 164 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.27 |
| HSL | 314.68º | 0.41% | 0.55% | - |
| HSV(B) | 314.68º | 0.5% | 0.73% | - |
| XYZ | 31.11 | 21.07 | 37.55 | - |
| YUV | 129.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 164 | 0 | 0.50 | 0.12 | 0.27 | 314.68 | 0.41 | 0.55 |
| Hex | BB | 5D | A4 | 0 | 32 | C | 1B | 13B | 29 | 37 |
| Octal | 273 | 135 | 244 | 0 | 62 | 14 | 33 | 473 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10100100 | 0 | 110010 | 1100 | 11011 | 100111011 | 101001 | 110111 |
Color Harmonies of #BB5DA4
Complementary color
Monochromatic Colors of #BB5DA4
Black with #BB5DA4
Text Example
Text Example
White with #BB5DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DA4; }
p { color: rgb(187,93,164); }
H1.HeaderClassName
{
color: #BB5DA4;
}
.AnyTagClassName
{
color: #BB5DA4;
}
</style>
background-color css
<style>
a { background-color: #BB5DA4; }
a { background-color: rgb(187,93,164); }
div.DivClassName
{
background-color: #BB5DA4;
}
.BgClassName
{
background-color: #BB5DA4;
}
</style>
border-color css
<style>
span { border-color: #BB5DA4; }
span { border-color: rgb(187,93,164); }
td.TdClassName
{
border-color: #BB5DA4;
}
.TagClassName
{
border-color: #BB5DA4;
}
</style>