#B76FAD

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

Shades of Violet Blue #B76FAD

Tints of Violet Blue #B76FAD

Color information

#B76FAD (or 0xB76FAD) is unknown color: approx Violet Blue. HEX triplet: B7, 6F and AD. RGB value is (183,111,173). Sum of RGB (Red+Green+Blue) = 183+111+173=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FAD is #489052. Grayscale: #8B8B8B. Windows color (decimal): -4755539 or 11366327. OLE color: 11366327.

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

Color convert

RGB183111173-
CMYK00.390.050.28
HSL308.33º33.33%57.65%-
HSV(B)308.33º39.34%71.76%-
XYZ32.7624.4542.53-
YUV139.6146.85158.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=39.19%
G=23.77%
B=37.04%

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
Decimal18311117300.390.050.28308.3333.3357.65
HexB76FAD02751C134213a
Octal2671572550475344644172
Binary10110111110111110101101010011110111100100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FAD; }

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

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

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

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

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

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

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

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