Html Css Color HEX #BA2BA0 Medium Red Violet

📋 copy color: '#BA2BA0'

red 186 ◦ green 43 ◦ blue 160

#BA2BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BA2BA0

Tints of Medium Red Violet #BA2BA0

RGB

 RED value IS 186 (73.05% from 255) = 47.81%

 GREEN value IS 43 (17.19% from 255) = 11.05%

 BLUE value IS 160 (62.89% from 255) = 41.13%

R = 47.81%
G = 11.05%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA2BA0 (or 0xBA2BA0) is known color: Medium Red Violet. HEX triplet: BA, 2B and A0. RGB value is (186,43,160). Sum of RGB (Red+Green+Blue) = 186+43+160=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BA0 is #45D45F. Grayscale: #626262. Windows color (decimal): -4576352 or 10496954. OLE color: 10496954.

HSL color Cylindrical-coordinate representation of color #BA2BA0: hue angle of 310.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BA0 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 160 -
CMYK 0 0.77 0.14 0.27
HSL 310.91º 0.62% 0.45% -
HSV(B) 310.91º 0.77% 0.73% -
XYZ 27.46 14.7 34.65 -
YUV 99.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 186 43 160 0 0.77 0.14 0.27 310.91 0.62 0.45
Hex BA 2B A0 0 4D E 1B 137 3E 2D
Octal 272 53 240 0 115 16 33 467 76 55
Binary 10111010 101011 10100000 0 1001101 1110 11011 100110111 111110 101101

Color Harmonies of #BA2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BA0

Black with #BA2BA0

Text Example


Text Example

White with #BA2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BA0; }

 p { color: rgb(186,43,160); }

 H1.HeaderClassName
 {
   color: #BA2BA0;
 }
 .AnyTagClassName
 {
   color: #BA2BA0;
 }
</style>

background-color css

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

 a { background-color: rgb(186,43,160); }

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

border-color css

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

 span { border-color: rgb(186,43,160); }

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