Shades of Violet Blue #BB5CA4
Tints of Violet Blue #BB5CA4
RGB
CMYK
RGB Variations
Color information
#BB5CA4 (or 0xBB5CA4) is known color: Violet Blue. HEX triplet: BB, 5C and A4. RGB value is (187,92,164). Sum of RGB (Red+Green+Blue) = 187+92+164=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CA4 is #44A35B. Grayscale: #808080. Windows color (decimal): -4498268 or 10771643. OLE color: 10771643.
HSL color Cylindrical-coordinate representation of color #BB5CA4: hue angle of 314.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5CA4 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 164 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.27 |
| HSL | 314.53º | 0.41% | 0.55% | - |
| HSV(B) | 314.53º | 0.51% | 0.73% | - |
| XYZ | 31.02 | 20.9 | 37.52 | - |
| YUV | 128.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 164 | 0 | 0.51 | 0.12 | 0.27 | 314.53 | 0.41 | 0.55 |
| Hex | BB | 5C | A4 | 0 | 33 | C | 1B | 13B | 29 | 37 |
| Octal | 273 | 134 | 244 | 0 | 63 | 14 | 33 | 473 | 51 | 67 |
| Binary | 10111011 | 1011100 | 10100100 | 0 | 110011 | 1100 | 11011 | 100111011 | 101001 | 110111 |
Color Harmonies of #BB5CA4
Complementary color
Monochromatic Colors of #BB5CA4
Black with #BB5CA4
Text Example
Text Example
White with #BB5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CA4; }
p { color: rgb(187,92,164); }
H1.HeaderClassName
{
color: #BB5CA4;
}
.AnyTagClassName
{
color: #BB5CA4;
}
</style>
background-color css
<style>
a { background-color: #BB5CA4; }
a { background-color: rgb(187,92,164); }
div.DivClassName
{
background-color: #BB5CA4;
}
.BgClassName
{
background-color: #BB5CA4;
}
</style>
border-color css
<style>
span { border-color: #BB5CA4; }
span { border-color: rgb(187,92,164); }
td.TdClassName
{
border-color: #BB5CA4;
}
.TagClassName
{
border-color: #BB5CA4;
}
</style>