Shades of Violet Blue #BB5DA3
Tints of Violet Blue #BB5DA3
RGB
CMYK
RGB Variations
Color information
#BB5DA3 (or 0xBB5DA3) is known color: Violet Blue. HEX triplet: BB, 5D and A3. RGB value is (187,93,163). Sum of RGB (Red+Green+Blue) = 187+93+163=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA3 is #44A25C. Grayscale: #808080. Windows color (decimal): -4498013 or 10706363. OLE color: 10706363.
HSL color Cylindrical-coordinate representation of color #BB5DA3: hue angle of 315.32º 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 #BB5DA3 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 163 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.27 |
| HSL | 315.32º | 0.41% | 0.55% | - |
| HSV(B) | 315.32º | 0.5% | 0.73% | - |
| XYZ | 31.02 | 21.04 | 37.08 | - |
| YUV | 129.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 163 | 0 | 0.50 | 0.13 | 0.27 | 315.32 | 0.41 | 0.55 |
| Hex | BB | 5D | A3 | 0 | 32 | D | 1B | 13B | 29 | 37 |
| Octal | 273 | 135 | 243 | 0 | 62 | 15 | 33 | 473 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10100011 | 0 | 110010 | 1101 | 11011 | 100111011 | 101001 | 110111 |
Color Harmonies of #BB5DA3
Complementary color
Monochromatic Colors of #BB5DA3
Black with #BB5DA3
Text Example
Text Example
White with #BB5DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DA3; }
p { color: rgb(187,93,163); }
H1.HeaderClassName
{
color: #BB5DA3;
}
.AnyTagClassName
{
color: #BB5DA3;
}
</style>
background-color css
<style>
a { background-color: #BB5DA3; }
a { background-color: rgb(187,93,163); }
div.DivClassName
{
background-color: #BB5DA3;
}
.BgClassName
{
background-color: #BB5DA3;
}
</style>
border-color css
<style>
span { border-color: #BB5DA3; }
span { border-color: rgb(187,93,163); }
td.TdClassName
{
border-color: #BB5DA3;
}
.TagClassName
{
border-color: #BB5DA3;
}
</style>