Html Css Color HEX #BA1877 Medium Violet Red

📋 copy color: '#BA1877'

red 186 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #BA1877

Tints of Medium Violet Red #BA1877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 56.53%
G = 7.29%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA1877 (or 0xBA1877) is known color: Medium Violet Red. HEX triplet: BA, 18 and 77. RGB value is (186,24,119). Sum of RGB (Red+Green+Blue) = 186+24+119=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1877 is #45E788. Grayscale: #535353. Windows color (decimal): -4581257 or 7805114. OLE color: 7805114.

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

Color convert

RGB 186 24 119 -
CMYK 0 0.87 0.36 0.27
HSL 324.81º 0.77% 0.41% -
HSV(B) 324.81º 0.87% 0.73% -
XYZ 23.91 12.42 18.59 -
YUV 83.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 186 24 119 0 0.87 0.36 0.27 324.81 0.77 0.41
Hex BA 18 77 0 57 24 1B 145 4D 29
Octal 272 30 167 0 127 44 33 505 115 51
Binary 10111010 11000 1110111 0 1010111 100100 11011 101000101 1001101 101001

Color Harmonies of #BA1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1877

Black with #BA1877

Text Example


Text Example

White with #BA1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1877; }

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

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

background-color css

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

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

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

border-color css

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

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

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