#B76CAB

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

Shades of Violet Blue #B76CAB

Tints of Violet Blue #B76CAB

Color information

#B76CAB (or 0xB76CAB) is unknown color: approx Violet Blue. HEX triplet: B7, 6C and AB. RGB value is (183,108,171). Sum of RGB (Red+Green+Blue) = 183+108+171=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B76CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76CAB is #489354. Grayscale: #898989. Windows color (decimal): -4756309 or 11234487. OLE color: 11234487.

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

Color convert

RGB183108171-
CMYK00.410.070.28
HSL309.6º34.25%57.06%-
HSV(B)309.6º40.98%71.76%-
XYZ32.2423.7341.41-
YUV137.61146.85160.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=39.61%
G=23.38%
B=37.01%

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
Decimal18310817100.410.070.28309.634.2557.06
HexB76CAB02971C1362239
Octal2671542530517344664271
Binary10110111110110010101011010100111111100100110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CAB; }

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

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

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

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

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

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

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

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