#B4909F

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

Shades of Viola #B4909F

Tints of Viola #B4909F

Color information

#B4909F (or 0xB4909F) is unknown color: approx Viola. HEX triplet: B4, 90 and 9F. RGB value is (180,144,159). Sum of RGB (Red+Green+Blue) = 180+144+159=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4909F is #4B6F60. Grayscale: #9C9C9C. Windows color (decimal): -4943713 or 10457268. OLE color: 10457268.

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

Color convert

RGB180144159-
CMYK00.20.120.29
HSL335º19.35%63.53%-
HSV(B)335º20%70.59%-
XYZ35.0532.1537.16-
YUV156.47129.43144.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=37.27%
G=29.81%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014415900.20.120.2933519.3563.53
HexB4909F014C1D14f1340
Octal264220237024143551723100
Binary101101001001000010011111010100110011101101001111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4909F; }

 p { color: rgb(180,144,159); }

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

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

 a { background-color: rgb(180,144,159); }

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

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

 span { border-color: rgb(180,144,159); }

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