Shades of Violet Blue #BB63A5
Tints of Violet Blue #BB63A5
RGB
CMYK
RGB Variations
Color information
#BB63A5 (or 0xBB63A5) is known color: Violet Blue. HEX triplet: BB, 63 and A5. RGB value is (187,99,165). Sum of RGB (Red+Green+Blue) = 187+99+165=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63A5 is #449C5A. Grayscale: #848484. Windows color (decimal): -4496475 or 10838971. OLE color: 10838971.
HSL color Cylindrical-coordinate representation of color #BB63A5: hue angle of 315º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB63A5 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 165 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.27 |
| HSL | 315º | 0.39% | 0.56% | - |
| HSV(B) | 315º | 0.47% | 0.73% | - |
| XYZ | 31.75 | 22.21 | 38.21 | - |
| YUV | 132.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 165 | 0 | 0.47 | 0.12 | 0.27 | 315 | 0.39 | 0.56 |
| Hex | BB | 63 | A5 | 0 | 2F | C | 1B | 13B | 27 | 38 |
| Octal | 273 | 143 | 245 | 0 | 57 | 14 | 33 | 473 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10100101 | 0 | 101111 | 1100 | 11011 | 100111011 | 100111 | 111000 |
Color Harmonies of #BB63A5
Complementary color
Monochromatic Colors of #BB63A5
Black with #BB63A5
Text Example
Text Example
White with #BB63A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63A5; }
p { color: rgb(187,99,165); }
H1.HeaderClassName
{
color: #BB63A5;
}
.AnyTagClassName
{
color: #BB63A5;
}
</style>
background-color css
<style>
a { background-color: #BB63A5; }
a { background-color: rgb(187,99,165); }
div.DivClassName
{
background-color: #BB63A5;
}
.BgClassName
{
background-color: #BB63A5;
}
</style>
border-color css
<style>
span { border-color: #BB63A5; }
span { border-color: rgb(187,99,165); }
td.TdClassName
{
border-color: #BB63A5;
}
.TagClassName
{
border-color: #BB63A5;
}
</style>