#B48F9B

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

Shades of Viola #B48F9B

Tints of Viola #B48F9B

Color information

#B48F9B (or 0xB48F9B) is unknown color: approx Viola. HEX triplet: B4, 8F and 9B. RGB value is (180,143,155). Sum of RGB (Red+Green+Blue) = 180+143+155=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F9B is #4B7064. Grayscale: #9B9B9B. Windows color (decimal): -4943973 or 10194868. OLE color: 10194868.

HSL color Cylindrical-coordinate representation of color #B48F9B: hue angle of 340.54º 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 #B48F9B is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180143155-
CMYK00.210.140.29
HSL340.54º19.79%63.33%-
HSV(B)340.54º20.56%70.59%-
XYZ34.5631.7135.31-
YUV155.43127.76145.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=37.66%
G=29.92%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014315500.210.140.29340.5419.7963.33
HexB48F9B015E1D155143f
Octal26421723302516355252477
Binary10110100100011111001101101010111101110110101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F9B; }

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

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

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

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

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

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

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

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