#BB75A4

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

Shades of Bouquet #BB75A4

Tints of Bouquet #BB75A4

Color information

#BB75A4 (or 0xBB75A4) is unknown color: approx Bouquet. HEX triplet: BB, 75 and A4. RGB value is (187,117,164). Sum of RGB (Red+Green+Blue) = 187+117+164=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75A4 is #448A5B. Grayscale: #8F8F8F. Windows color (decimal): -4491868 or 10778043. OLE color: 10778043.

HSL color Cylindrical-coordinate representation of color #BB75A4: hue angle of 319.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB75A4 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB187117164-
CMYK00.370.120.27
HSL319.71º33.98%59.61%-
HSV(B)319.71º37.43%73.33%-
XYZ33.5625.9738.37-
YUV143.29139.69159.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=39.96%
G=25%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711716400.370.120.27319.7133.9859.61
HexBB75A4025C1B140223c
Octal27316524404514335004274
Binary101110111110101101001000100101110011011101000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75A4; }

 p { color: rgb(187,117,164); }

 H1.HeaderClassName
 {
   color: #BB75A4;
 }
 .AnyTagClassName
 {
   color: #BB75A4;
 }
</style>
background-color css

<style>
 a { background-color: #BB75A4; }

 a { background-color: rgb(187,117,164); }

 div.DivClassName
 {
   background-color: #BB75A4;
 }
 .BgClassName
 {
   background-color: #BB75A4;
 }
</style>
border-color css

<style>
 span { border-color: #BB75A4; }

 span { border-color: rgb(187,117,164); }

 td.TdClassName
 {
   border-color: #BB75A4;
 }
 .TagClassName
 {
   border-color: #BB75A4;
 }
</style>