#BA8098

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

Shades of Viola #BA8098

Tints of Viola #BA8098

Color information

#BA8098 (or 0xBA8098) is unknown color: approx Viola. HEX triplet: BA, 80 and 98. RGB value is (186,128,152). Sum of RGB (Red+Green+Blue) = 186+128+152=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8098 is #457F67. Grayscale: #949494. Windows color (decimal): -4554600 or 9994426. OLE color: 9994426.

HSL color Cylindrical-coordinate representation of color #BA8098: hue angle of 335.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8098 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186128152-
CMYK00.310.180.27
HSL335.17º29.59%61.57%-
HSV(B)335.17º31.18%72.94%-
XYZ33.6428.1433.37-
YUV148.08130.22155.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=39.91%
G=27.47%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612815200.310.180.27335.1729.5961.57
HexBA809801F121B14f1e3e
Octal27220023003722335173676
Binary101110101000000010011000011111100101101110100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8098; }

 p { color: rgb(186,128,152); }

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

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

 a { background-color: rgb(186,128,152); }

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

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

 span { border-color: rgb(186,128,152); }

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