Html Css Color HEX #BA1878 Medium Violet Red

📋 copy color: '#BA1878'

red 186 ◦ green 24 ◦ blue 120

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

Shades of Medium Violet Red #BA1878

Tints of Medium Violet Red #BA1878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.27%

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

R = 56.36%
G = 7.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1878 (or 0xBA1878) is known color: Medium Violet Red. HEX triplet: BA, 18 and 78. RGB value is (186,24,120). Sum of RGB (Red+Green+Blue) = 186+24+120=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1878 is #45E787. Grayscale: #535353. Windows color (decimal): -4581256 or 7870650. OLE color: 7870650.

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

Color convert

RGB 186 24 120 -
CMYK 0 0.87 0.35 0.27
HSL 324.44º 0.77% 0.41% -
HSV(B) 324.44º 0.87% 0.73% -
XYZ 23.97 12.45 18.91 -
YUV 83.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 186 24 120 0 0.87 0.35 0.27 324.44 0.77 0.41
Hex BA 18 78 0 57 23 1B 144 4D 29
Octal 272 30 170 0 127 43 33 504 115 51
Binary 10111010 11000 1111000 0 1010111 100011 11011 101000100 1001101 101001

Color Harmonies of #BA1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1878

Black with #BA1878

Text Example


Text Example

White with #BA1878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1878; }

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

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

background-color css

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

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

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

border-color css

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

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

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