#B8849A

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

Shades of Viola #B8849A

Tints of Viola #B8849A

Color information

#B8849A (or 0xB8849A) is unknown color: approx Viola. HEX triplet: B8, 84 and 9A. RGB value is (184,132,154). Sum of RGB (Red+Green+Blue) = 184+132+154=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8849A is #477B65. Grayscale: #969696. Windows color (decimal): -4684646 or 10126520. OLE color: 10126520.

HSL color Cylindrical-coordinate representation of color #B8849A: hue angle of 334.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8849A is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184132154-
CMYK00.280.160.28
HSL334.62º26.8%61.96%-
HSV(B)334.62º28.26%72.16%-
XYZ33.8529.0334.39-
YUV150.06130.23152.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=39.15%
G=28.09%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413215400.280.160.28334.6226.861.96
HexB8849A01C101C14f1b3e
Octal27020423203420345173376
Binary101110001000010010011010011100100001110010100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8849A; }

 p { color: rgb(184,132,154); }

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

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

 a { background-color: rgb(184,132,154); }

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

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

 span { border-color: rgb(184,132,154); }

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