#B48F98

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

Shades of Viola #B48F98

Tints of Viola #B48F98

Color information

#B48F98 (or 0xB48F98) is unknown color: approx Viola. HEX triplet: B4, 8F and 98. RGB value is (180,143,152). Sum of RGB (Red+Green+Blue) = 180+143+152=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F98 is #4B7067. Grayscale: #9B9B9B. Windows color (decimal): -4943976 or 9998260. OLE color: 9998260.

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

Color convert

RGB180143152-
CMYK00.210.160.29
HSL345.41º19.79%63.33%-
HSV(B)345.41º20.56%70.59%-
XYZ34.3131.6234-
YUV155.09126.26145.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 152 (59.77% from 255) = 32%
R=37.89%
G=30.11%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014315200.210.160.29345.4119.7963.33
HexB48F98015101D159143f
Octal26421723002520355312477
Binary101101001000111110011000010101100001110110101100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F98; }

 p { color: rgb(180,143,152); }

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

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

 a { background-color: rgb(180,143,152); }

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

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

 span { border-color: rgb(180,143,152); }

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