#B88193

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

Shades of Viola #B88193

Tints of Viola #B88193

Color information

#B88193 (or 0xB88193) is unknown color: approx Viola. HEX triplet: B8, 81 and 93. RGB value is (184,129,147). Sum of RGB (Red+Green+Blue) = 184+129+147=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B88193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88193 is #477E6C. Grayscale: #939393. Windows color (decimal): -4685421 or 9667000. OLE color: 9667000.

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

Color convert

RGB184129147-
CMYK00.300.200.28
HSL340.36º27.92%61.37%-
HSV(B)340.36º29.89%72.16%-
XYZ32.882831.27-
YUV147.5127.72154.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=40%
G=28.04%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412914700.300.200.28340.3627.9261.37
HexB8819301E141C1541c3d
Octal27020122303624345243475
Binary101110001000000110010011011110101001110010101010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88193; }

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

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

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

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

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

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

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

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