#B76FAA

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

Shades of Bouquet #B76FAA

Tints of Bouquet #B76FAA

Color information

#B76FAA (or 0xB76FAA) is unknown color: approx Bouquet. HEX triplet: B7, 6F and AA. RGB value is (183,111,170). Sum of RGB (Red+Green+Blue) = 183+111+170=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FAA is #489055. Grayscale: #8B8B8B. Windows color (decimal): -4755542 or 11169719. OLE color: 11169719.

HSL color Cylindrical-coordinate representation of color #B76FAA: hue angle of 310.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76FAA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183111170-
CMYK00.390.070.28
HSL310.83º33.33%57.65%-
HSV(B)310.83º39.34%71.76%-
XYZ32.4724.3441.02-
YUV139.25145.35159.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=39.44%
G=23.92%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311117000.390.070.28310.8333.3357.65
HexB76FAA02771C137213a
Octal2671572520477344674172
Binary10110111110111110101010010011111111100100110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FAA; }

 p { color: rgb(183,111,170); }

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

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

 a { background-color: rgb(183,111,170); }

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

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

 span { border-color: rgb(183,111,170); }

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