#B76CAA

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

Shades of Violet Blue #B76CAA

Tints of Violet Blue #B76CAA

Color information

#B76CAA (or 0xB76CAA) is unknown color: approx Violet Blue. HEX triplet: B7, 6C and AA. RGB value is (183,108,170). Sum of RGB (Red+Green+Blue) = 183+108+170=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B76CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76CAA is #489355. Grayscale: #898989. Windows color (decimal): -4756310 or 11168951. OLE color: 11168951.

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

Color convert

RGB183108170-
CMYK00.410.070.28
HSL310.4º34.25%57.06%-
HSV(B)310.4º40.98%71.76%-
XYZ32.1523.6940.91-
YUV137.49146.35160.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=39.70%
G=23.43%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310817000.410.070.28310.434.2557.06
HexB76CAA02971C1362239
Octal2671542520517344664271
Binary10110111110110010101010010100111111100100110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CAA; }

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

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

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

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

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

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

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

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