Html Css Color HEX #BA2578 Medium Red Violet

📋 copy color: '#BA2578'

red 186 ◦ green 37 ◦ blue 120

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

Shades of Medium Red Violet #BA2578

Tints of Medium Red Violet #BA2578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 54.23%
G = 10.79%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA2578 (or 0xBA2578) is known color: Medium Red Violet. HEX triplet: BA, 25 and 78. RGB value is (186,37,120). Sum of RGB (Red+Green+Blue) = 186+37+120=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2578 is #45DA87. Grayscale: #5A5A5A. Windows color (decimal): -4577928 or 7873978. OLE color: 7873978.

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

Color convert

RGB 186 37 120 -
CMYK 0 0.80 0.35 0.27
HSL 326.58º 0.67% 0.44% -
HSV(B) 326.58º 0.8% 0.73% -
XYZ 24.3 13.12 19.02 -
YUV 91.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 186 37 120 0 0.80 0.35 0.27 326.58 0.67 0.44
Hex BA 25 78 0 50 23 1B 147 43 2C
Octal 272 45 170 0 120 43 33 507 103 54
Binary 10111010 100101 1111000 0 1010000 100011 11011 101000111 1000011 101100

Color Harmonies of #BA2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2578

Black with #BA2578

Text Example


Text Example

White with #BA2578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2578; }

 p { color: rgb(186,37,120); }

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

background-color css

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

 a { background-color: rgb(186,37,120); }

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

border-color css

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

 span { border-color: rgb(186,37,120); }

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