#BA61A7

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

Shades of Violet Blue #BA61A7

Tints of Violet Blue #BA61A7

Color information

#BA61A7 (or 0xBA61A7) is unknown color: approx Violet Blue. HEX triplet: BA, 61 and A7. RGB value is (186,97,167). Sum of RGB (Red+Green+Blue) = 186+97+167=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61A7 is #459E58. Grayscale: #838383. Windows color (decimal): -4562521 or 10969530. OLE color: 10969530.

HSL color Cylindrical-coordinate representation of color #BA61A7: hue angle of 312.81º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61A7 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18697167-
CMYK00.480.100.27
HSL312.81º39.21%55.49%-
HSV(B)312.81º47.85%72.94%-
XYZ31.521.7839.1-
YUV131.59147.99166.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=41.33%
G=21.56%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869716700.480.100.27312.8139.2155.49
HexBA61A7030A1B1392737
Octal27214124706012334714767
Binary101110101100001101001110110000101011011100111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61A7; }

 p { color: rgb(186,97,167); }

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

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

 a { background-color: rgb(186,97,167); }

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

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

 span { border-color: rgb(186,97,167); }

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