#B76EAE

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

Shades of Violet Blue #B76EAE

Tints of Violet Blue #B76EAE

Color information

#B76EAE (or 0xB76EAE) is unknown color: approx Violet Blue. HEX triplet: B7, 6E and AE. RGB value is (183,110,174). Sum of RGB (Red+Green+Blue) = 183+110+174=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EAE is #489151. Grayscale: #8A8A8A. Windows color (decimal): -4755794 or 11431607. OLE color: 11431607.

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

Color convert

RGB183110174-
CMYK00.400.050.28
HSL307.4º33.64%57.45%-
HSV(B)307.4º39.89%71.76%-
XYZ32.7424.2843-
YUV139.12147.68159.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=39.19%
G=23.55%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311017400.400.050.28307.433.6457.45
HexB76EAE02851C1332239
Octal2671562560505344634271
Binary10110111110111010101110010100010111100100110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EAE; }

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

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

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

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

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

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

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

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