#B76FAE

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

Shades of Violet Blue #B76FAE

Tints of Violet Blue #B76FAE

Color information

#B76FAE (or 0xB76FAE) is unknown color: approx Violet Blue. HEX triplet: B7, 6F and AE. RGB value is (183,111,174). Sum of RGB (Red+Green+Blue) = 183+111+174=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FAE is #489051. Grayscale: #8B8B8B. Windows color (decimal): -4755538 or 11431863. OLE color: 11431863.

HSL color Cylindrical-coordinate representation of color #B76FAE: hue angle of 307.5º 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 #B76FAE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183111174-
CMYK00.390.050.28
HSL307.5º33.33%57.65%-
HSV(B)307.5º39.34%71.76%-
XYZ32.8524.4943.04-
YUV139.71147.35158.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=39.10%
G=23.72%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311117400.390.050.28307.533.3357.65
HexB76FAE02751C134213a
Octal2671572560475344644172
Binary10110111110111110101110010011110111100100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FAE; }

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

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

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

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

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

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

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

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