#B4969B

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

Shades of Viola #B4969B

Tints of Viola #B4969B

Color information

#B4969B (or 0xB4969B) is unknown color: approx Viola. HEX triplet: B4, 96 and 9B. RGB value is (180,150,155). Sum of RGB (Red+Green+Blue) = 180+150+155=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4969B is #4B6964. Grayscale: #9F9F9F. Windows color (decimal): -4942181 or 10196660. OLE color: 10196660.

HSL color Cylindrical-coordinate representation of color #B4969B: hue angle of 350º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4969B is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180150155-
CMYK00.170.140.29
HSL350º16.67%64.71%-
HSV(B)350º16.67%70.59%-
XYZ35.6533.8835.67-
YUV159.54125.44142.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=37.11%
G=30.93%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015015500.170.140.2935016.6764.71
HexB4969B011E1D15e1141
Octal264226233021163553621101
Binary101101001001011010011011010001111011101101011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4969B; }

 p { color: rgb(180,150,155); }

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

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

 a { background-color: rgb(180,150,155); }

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

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

 span { border-color: rgb(180,150,155); }

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