Html Css Color HEX #BA2A9A Medium Red Violet

📋 copy color: '#BA2A9A'

red 186 ◦ green 42 ◦ blue 154

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

Shades of Medium Red Violet #BA2A9A

Tints of Medium Red Violet #BA2A9A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 48.69%
G = 10.99%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA2A9A (or 0xBA2A9A) is known color: Medium Red Violet. HEX triplet: BA, 2A and 9A. RGB value is (186,42,154). Sum of RGB (Red+Green+Blue) = 186+42+154=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A9A is #45D565. Grayscale: #616161. Windows color (decimal): -4576614 or 10103482. OLE color: 10103482.

HSL color Cylindrical-coordinate representation of color #BA2A9A: hue angle of 313.33º degrees, saturation: 0.63, 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 #BA2A9A is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 154 -
CMYK 0 0.77 0.17 0.27
HSL 313.33º 0.63% 0.45% -
HSV(B) 313.33º 0.77% 0.73% -
XYZ 26.91 14.43 31.94 -
YUV 97.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 186 42 154 0 0.77 0.17 0.27 313.33 0.63 0.45
Hex BA 2A 9A 0 4D 11 1B 139 3F 2D
Octal 272 52 232 0 115 21 33 471 77 55
Binary 10111010 101010 10011010 0 1001101 10001 11011 100111001 111111 101101

Color Harmonies of #BA2A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A9A

Black with #BA2A9A

Text Example


Text Example

White with #BA2A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A9A; }

 p { color: rgb(186,42,154); }

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

background-color css

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

 a { background-color: rgb(186,42,154); }

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

border-color css

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

 span { border-color: rgb(186,42,154); }

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