#B88AA0

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

Shades of Viola #B88AA0

Tints of Viola #B88AA0

Color information

#B88AA0 (or 0xB88AA0) is unknown color: approx Viola. HEX triplet: B8, 8A and A0. RGB value is (184,138,160). Sum of RGB (Red+Green+Blue) = 184+138+160=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AA0 is #47755F. Grayscale: #9A9A9A. Windows color (decimal): -4683104 or 10521272. OLE color: 10521272.

HSL color Cylindrical-coordinate representation of color #B88AA0: hue angle of 331.3º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AA0 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184138160-
CMYK00.250.130.28
HSL331.3º24.47%63.14%-
HSV(B)331.3º25%72.16%-
XYZ35.230.9137.37-
YUV154.26131.24149.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=38.17%
G=28.63%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413816000.250.130.28331.324.4763.14
HexB88AA0019D1C14b183f
Octal27021224003115345133077
Binary10111000100010101010000001100111011110010100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AA0; }

 p { color: rgb(184,138,160); }

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

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

 a { background-color: rgb(184,138,160); }

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

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

 span { border-color: rgb(184,138,160); }

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