#BB63A1

Color #BB63A1 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BB63A1

Tints of Hopbush #BB63A1

Color information

#BB63A1 (or 0xBB63A1) is unknown color: approx 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

RGB18799161-
CMYK00.470.140.27
HSL317.73º39.29%56.08%-
HSV(B)317.73º47.06%73.33%-
XYZ31.3922.0636.32-
YUV132.38144.15166.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=41.83%
G=22.15%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879916100.470.140.27317.7339.2956.08
HexBB63A102FE1B13e2738
Octal27314324105716334764770
Binary101110111100011101000010101111111011011100111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>