#B48FA0

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

Shades of Viola #B48FA0

Tints of Viola #B48FA0

Color information

#B48FA0 (or 0xB48FA0) is unknown color: approx Viola. HEX triplet: B4, 8F and A0. RGB value is (180,143,160). Sum of RGB (Red+Green+Blue) = 180+143+160=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA0 is #4B705F. Grayscale: #9B9B9B. Windows color (decimal): -4943968 or 10522548. OLE color: 10522548.

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

Color convert

RGB180143160-
CMYK00.210.110.29
HSL332.43º19.79%63.33%-
HSV(B)332.43º20.56%70.59%-
XYZ34.9931.8937.57-
YUV156130.26145.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=37.27%
G=29.61%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014316000.210.110.29332.4319.7963.33
HexB48FA0015B1D14c143f
Octal26421724002513355142477
Binary10110100100011111010000001010110111110110100110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FA0; }

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

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

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

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

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

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

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

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