#B76AA8

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

Shades of Violet Blue #B76AA8

Tints of Violet Blue #B76AA8

Color information

#B76AA8 (or 0xB76AA8) is unknown color: approx Violet Blue. HEX triplet: B7, 6A and A8. RGB value is (183,106,168). Sum of RGB (Red+Green+Blue) = 183+106+168=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AA8 is #489557. Grayscale: #878787. Windows color (decimal): -4756824 or 11037367. OLE color: 11037367.

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

Color convert

RGB183106168-
CMYK00.420.080.28
HSL311.69º34.84%56.67%-
HSV(B)311.69º42.08%71.76%-
XYZ31.7523.239.85-
YUV136.09146.01161.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=40.04%
G=23.19%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310616800.420.080.28311.6934.8456.67
HexB76AA802A81C1382339
Octal26715225005210344704371
Binary101101111101010101010000101010100011100100111000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76AA8; }

 p { color: rgb(183,106,168); }

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

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

 a { background-color: rgb(183,106,168); }

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

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

 span { border-color: rgb(183,106,168); }

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