#BA7F98

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

Shades of Viola #BA7F98

Tints of Viola #BA7F98

Color information

#BA7F98 (or 0xBA7F98) is unknown color: approx Viola. HEX triplet: BA, 7F and 98. RGB value is (186,127,152). Sum of RGB (Red+Green+Blue) = 186+127+152=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F98 is #458067. Grayscale: #939393. Windows color (decimal): -4554856 or 9994170. OLE color: 9994170.

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

Color convert

RGB186127152-
CMYK00.320.180.27
HSL334.58º29.95%61.37%-
HSV(B)334.58º31.72%72.94%-
XYZ33.5127.8833.32-
YUV147.49130.55155.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=40%
G=27.31%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612715200.320.180.27334.5829.9561.37
HexBA7F98020121B14f1e3d
Octal27217723004022335173675
Binary101110101111111100110000100000100101101110100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F98; }

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

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

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

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

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

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

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

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