Html Css Color HEX #BA2A9E Medium Red Violet

📋 copy color: '#BA2A9E'

red 186 ◦ green 42 ◦ blue 158

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

Shades of Medium Red Violet #BA2A9E

Tints of Medium Red Violet #BA2A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 48.19%
G = 10.88%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA2A9E (or 0xBA2A9E) is known color: Medium Red Violet. HEX triplet: BA, 2A and 9E. RGB value is (186,42,158). Sum of RGB (Red+Green+Blue) = 186+42+158=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A9E is #45D561. Grayscale: #616161. Windows color (decimal): -4576610 or 10365626. OLE color: 10365626.

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

Color convert

RGB 186 42 158 -
CMYK 0 0.77 0.15 0.27
HSL 311.67º 0.63% 0.45% -
HSV(B) 311.67º 0.77% 0.73% -
XYZ 27.25 14.56 33.72 -
YUV 98.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 186 42 158 0 0.77 0.15 0.27 311.67 0.63 0.45
Hex BA 2A 9E 0 4D F 1B 138 3F 2D
Octal 272 52 236 0 115 17 33 470 77 55
Binary 10111010 101010 10011110 0 1001101 1111 11011 100111000 111111 101101

Color Harmonies of #BA2A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A9E

Black with #BA2A9E

Text Example


Text Example

White with #BA2A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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