#B76EA1

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

Shades of Bouquet #B76EA1

Tints of Bouquet #B76EA1

Color information

#B76EA1 (or 0xB76EA1) is unknown color: approx Bouquet. HEX triplet: B7, 6E and A1. RGB value is (183,110,161). Sum of RGB (Red+Green+Blue) = 183+110+161=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EA1 is #48915E. Grayscale: #898989. Windows color (decimal): -4755807 or 10579639. OLE color: 10579639.

HSL color Cylindrical-coordinate representation of color #B76EA1: hue angle of 318.08º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76EA1 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB183110161-
CMYK00.400.120.28
HSL318.08º33.64%57.45%-
HSV(B)318.08º39.89%71.76%-
XYZ31.5423.7936.65-
YUV137.64141.18160.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=40.31%
G=24.23%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311016100.400.120.28318.0833.6457.45
HexB76EA1028C1C13e2239
Octal26715624105014344764271
Binary101101111101110101000010101000110011100100111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EA1; }

 p { color: rgb(183,110,161); }

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

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

 a { background-color: rgb(183,110,161); }

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

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

 span { border-color: rgb(183,110,161); }

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