#B88294

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

Shades of Viola #B88294

Tints of Viola #B88294

Color information

#B88294 (or 0xB88294) is unknown color: approx Viola. HEX triplet: B8, 82 and 94. RGB value is (184,130,148). Sum of RGB (Red+Green+Blue) = 184+130+148=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B88294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88294 is #477D6B. Grayscale: #949494. Windows color (decimal): -4685164 or 9732792. OLE color: 9732792.

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

Color convert

RGB184130148-
CMYK00.290.200.28
HSL340º27.55%61.57%-
HSV(B)340º29.35%72.16%-
XYZ33.128.2931.73-
YUV148.2127.89153.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=39.83%
G=28.14%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413014800.290.200.2834027.5561.57
HexB8829401D141C1541c3e
Octal27020222403524345243476
Binary101110001000001010010100011101101001110010101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88294; }

 p { color: rgb(184,130,148); }

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

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

 a { background-color: rgb(184,130,148); }

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

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

 span { border-color: rgb(184,130,148); }

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