#B4949B

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

Shades of Viola #B4949B

Tints of Viola #B4949B

Color information

#B4949B (or 0xB4949B) is unknown color: approx Viola. HEX triplet: B4, 94 and 9B. RGB value is (180,148,155). Sum of RGB (Red+Green+Blue) = 180+148+155=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4949B is #4B6B64. Grayscale: #9E9E9E. Windows color (decimal): -4942693 or 10196148. OLE color: 10196148.

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

Color convert

RGB180148155-
CMYK00.180.140.29
HSL346.88º17.58%64.31%-
HSV(B)346.88º17.78%70.59%-
XYZ35.3333.2535.57-
YUV158.37126.1143.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=37.27%
G=30.64%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014815500.180.140.29346.8817.5864.31
HexB4949B012E1D15b1240
Octal264224233022163553322100
Binary101101001001010010011011010010111011101101011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4949B; }

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

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

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

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

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

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

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

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