#BB7DA7

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

Shades of Bouquet #BB7DA7

Tints of Bouquet #BB7DA7

Color information

#BB7DA7 (or 0xBB7DA7) is unknown color: approx Bouquet. HEX triplet: BB, 7D and A7. RGB value is (187,125,167). Sum of RGB (Red+Green+Blue) = 187+125+167=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DA7 is #448258. Grayscale: #949494. Windows color (decimal): -4489817 or 10976699. OLE color: 10976699.

HSL color Cylindrical-coordinate representation of color #BB7DA7: hue angle of 319.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7DA7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB187125167-
CMYK00.330.110.27
HSL319.35º31.31%61.18%-
HSV(B)319.35º33.16%73.33%-
XYZ34.828.0240.13-
YUV148.33138.54155.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=39.04%
G=26.10%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712516700.330.110.27319.3531.3161.18
HexBB7DA7021B1B13f1f3d
Octal27317524704113334773775
Binary10111011111110110100111010000110111101110011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DA7; }

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

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

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

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

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

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

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

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