#B76AA9

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

Shades of Violet Blue #B76AA9

Tints of Violet Blue #B76AA9

Color information

#B76AA9 (or 0xB76AA9) is unknown color: approx Violet Blue. HEX triplet: B7, 6A and A9. RGB value is (183,106,169). Sum of RGB (Red+Green+Blue) = 183+106+169=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AA9 is #489556. Grayscale: #888888. Windows color (decimal): -4756823 or 11102903. OLE color: 11102903.

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

Color convert

RGB183106169-
CMYK00.420.080.28
HSL310.91º34.84%56.67%-
HSV(B)310.91º42.08%71.76%-
XYZ31.8423.2440.34-
YUV136.2146.51161.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=39.96%
G=23.14%
B=36.90%

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
Decimal18310616900.420.080.28310.9134.8456.67
HexB76AA902A81C1372339
Octal26715225105210344674371
Binary101101111101010101010010101010100011100100110111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76AA9; }

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

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

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

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

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

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

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

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