Shades of Hopbush #BB63A1
Tints of Hopbush #BB63A1
RGB
CMYK
RGB Variations
Color information
#BB63A1 (or 0xBB63A1) is known color: Hopbush. HEX triplet: BB, 63 and A1. RGB value is (187,99,161). Sum of RGB (Red+Green+Blue) = 187+99+161=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63A1 is #449C5E. Grayscale: #848484. Windows color (decimal): -4496479 or 10576827. OLE color: 10576827.
HSL color Cylindrical-coordinate representation of color #BB63A1: hue angle of 317.73º 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 #BB63A1 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 161 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.27 |
| HSL | 317.73º | 0.39% | 0.56% | - |
| HSV(B) | 317.73º | 0.47% | 0.73% | - |
| XYZ | 31.39 | 22.06 | 36.32 | - |
| YUV | 132.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 161 | 0 | 0.47 | 0.14 | 0.27 | 317.73 | 0.39 | 0.56 |
| Hex | BB | 63 | A1 | 0 | 2F | E | 1B | 13E | 27 | 38 |
| Octal | 273 | 143 | 241 | 0 | 57 | 16 | 33 | 476 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10100001 | 0 | 101111 | 1110 | 11011 | 100111110 | 100111 | 111000 |
Color Harmonies of #BB63A1
Complementary color
Monochromatic Colors of #BB63A1
Black with #BB63A1
Text Example
Text Example
White with #BB63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63A1; }
p { color: rgb(187,99,161); }
H1.HeaderClassName
{
color: #BB63A1;
}
.AnyTagClassName
{
color: #BB63A1;
}
</style>
background-color css
<style>
a { background-color: #BB63A1; }
a { background-color: rgb(187,99,161); }
div.DivClassName
{
background-color: #BB63A1;
}
.BgClassName
{
background-color: #BB63A1;
}
</style>
border-color css
<style>
span { border-color: #BB63A1; }
span { border-color: rgb(187,99,161); }
td.TdClassName
{
border-color: #BB63A1;
}
.TagClassName
{
border-color: #BB63A1;
}
</style>