#B893A4

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

Shades of Viola #B893A4

Tints of Viola #B893A4

Color information

#B893A4 (or 0xB893A4) is unknown color: approx Viola. HEX triplet: B8, 93 and A4. RGB value is (184,147,164). Sum of RGB (Red+Green+Blue) = 184+147+164=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B893A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B893A4 is #476C5B. Grayscale: #9F9F9F. Windows color (decimal): -4680796 or 10785720. OLE color: 10785720.

HSL color Cylindrical-coordinate representation of color #B893A4: hue angle of 332.43º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B893A4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB184147164-
CMYK00.200.110.28
HSL332.43º20.67%64.9%-
HSV(B)332.43º20.11%72.16%-
XYZ36.933.7439.69-
YUV160130.26145.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 164 (64.45% from 255) = 33.13%
R=37.17%
G=29.70%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414716400.200.110.28332.4320.6764.9
HexB893A4014B1C14c1541
Octal270223244024133451425101
Binary101110001001001110100100010100101111100101001100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893A4; }

 p { color: rgb(184,147,164); }

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

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

 a { background-color: rgb(184,147,164); }

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

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

 span { border-color: rgb(184,147,164); }

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