#BA27A7

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

Shades of Medium Red Violet #BA27A7

Tints of Medium Red Violet #BA27A7

Color information

#BA27A7 (or 0xBA27A7) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and A7. RGB value is (186,39,167). Sum of RGB (Red+Green+Blue) = 186+39+167=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A7 is #45D858. Grayscale: #616161. Windows color (decimal): -4577369 or 10954682. OLE color: 10954682.

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

Color convert

RGB18639167-
CMYK00.790.100.27
HSL307.76º65.33%44.12%-
HSV(B)307.76º79.03%72.94%-
XYZ27.9514.6837.92-
YUV97.54167.2191.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=47.45%
G=9.95%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863916700.790.100.27307.7665.3344.12
HexBA27A704FA1B134412c
Octal272472470117123346410154
Binary1011101010011110100111010011111010110111001101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA27A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA27A7; }

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

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

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

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

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

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

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

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