#BA266F

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

Shades of Medium Red Violet #BA266F

Tints of Medium Red Violet #BA266F

Color information

#BA266F (or 0xBA266F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 26 and 6F. RGB value is (186,38,111). Sum of RGB (Red+Green+Blue) = 186+38+111=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA266F is #45D990. Grayscale: #5A5A5A. Windows color (decimal): -4577681 or 7284410. OLE color: 7284410.

HSL color Cylindrical-coordinate representation of color #BA266F: hue angle of 330.41º 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 #BA266F is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18638111-
CMYK00.800.400.27
HSL330.41º66.07%43.92%-
HSV(B)330.41º79.57%72.94%-
XYZ23.8112.9716.29-
YUV90.57139.53196.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=55.52%
G=11.34%
B=33.13%

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
Decimal1863811100.800.400.27330.4166.0743.92
HexBA266F050281B14a422c
Octal272461570120503351210254
Binary10111010100110110111101010000101000110111010010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA266F; }

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

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

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

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

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

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

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

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