#BA2670

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

Shades of Medium Red Violet #BA2670

Tints of Medium Red Violet #BA2670

Color information

#BA2670 (or 0xBA2670) is unknown color: approx Medium Red Violet. HEX triplet: BA, 26 and 70. RGB value is (186,38,112). Sum of RGB (Red+Green+Blue) = 186+38+112=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2670 is #45D98F. Grayscale: #5A5A5A. Windows color (decimal): -4577680 or 7349946. OLE color: 7349946.

HSL color Cylindrical-coordinate representation of color #BA2670: hue angle of 330º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2670 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18638112-
CMYK00.800.400.27
HSL330º66.07%43.92%-
HSV(B)330º79.57%72.94%-
XYZ23.871316.58-
YUV90.69140.03195.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 38 (15.23% from 255) = 11.31%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=55.36%
G=11.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863811200.800.400.2733066.0743.92
HexBA2670050281B14a422c
Octal272461600120503351210254
Binary10111010100110111000001010000101000110111010010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2670; }

 p { color: rgb(186,38,112); }

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

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

 a { background-color: rgb(186,38,112); }

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

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

 span { border-color: rgb(186,38,112); }

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