Html Css Color HEX #BA2A8E Medium Red Violet

📋 copy color: '#BA2A8E'

red 186 ◦ green 42 ◦ blue 142

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

Shades of Medium Red Violet #BA2A8E

Tints of Medium Red Violet #BA2A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 50.27%
G = 11.35%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA2A8E (or 0xBA2A8E) is known color: Medium Red Violet. HEX triplet: BA, 2A and 8E. RGB value is (186,42,142). Sum of RGB (Red+Green+Blue) = 186+42+142=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A8E is #45D571. Grayscale: #606060. Windows color (decimal): -4576626 or 9317050. OLE color: 9317050.

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

Color convert

RGB 186 42 142 -
CMYK 0 0.77 0.24 0.27
HSL 318.33º 0.63% 0.45% -
HSV(B) 318.33º 0.77% 0.73% -
XYZ 25.96 14.05 26.93 -
YUV 96.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 186 42 142 0 0.77 0.24 0.27 318.33 0.63 0.45
Hex BA 2A 8E 0 4D 18 1B 13E 3F 2D
Octal 272 52 216 0 115 30 33 476 77 55
Binary 10111010 101010 10001110 0 1001101 11000 11011 100111110 111111 101101

Color Harmonies of #BA2A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A8E

Black with #BA2A8E

Text Example


Text Example

White with #BA2A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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