#BB75A7

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

Shades of Bouquet #BB75A7

Tints of Bouquet #BB75A7

Color information

#BB75A7 (or 0xBB75A7) is unknown color: approx Bouquet. HEX triplet: BB, 75 and A7. RGB value is (187,117,167). Sum of RGB (Red+Green+Blue) = 187+117+167=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75A7 is #448A58. Grayscale: #8F8F8F. Windows color (decimal): -4491865 or 10974651. OLE color: 10974651.

HSL color Cylindrical-coordinate representation of color #BB75A7: hue angle of 317.14º 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 #BB75A7 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB187117167-
CMYK00.370.110.27
HSL317.14º33.98%59.61%-
HSV(B)317.14º37.43%73.33%-
XYZ33.8326.0839.81-
YUV143.63141.19158.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=39.70%
G=24.84%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711716700.370.110.27317.1433.9859.61
HexBB75A7025B1B13d223c
Octal27316524704513334754274
Binary101110111110101101001110100101101111011100111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75A7; }

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

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

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

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

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

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

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

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