Html Css Color HEX #BA177D Medium Violet Red

📋 copy color: '#BA177D'

red 186 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #BA177D

Tints of Medium Violet Red #BA177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.89%

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 55.69%
G = 6.89%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA177D (or 0xBA177D) is known color: Medium Violet Red. HEX triplet: BA, 17 and 7D. RGB value is (186,23,125). Sum of RGB (Red+Green+Blue) = 186+23+125=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA177D is #45E882. Grayscale: #535353. Windows color (decimal): -4581507 or 8198074. OLE color: 8198074.

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

Color convert

RGB 186 23 125 -
CMYK 0 0.88 0.33 0.27
HSL 322.45º 0.78% 0.41% -
HSV(B) 322.45º 0.88% 0.73% -
XYZ 24.26 12.53 20.54 -
YUV 83.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 186 23 125 0 0.88 0.33 0.27 322.45 0.78 0.41
Hex BA 17 7D 0 58 21 1B 142 4E 29
Octal 272 27 175 0 130 41 33 502 116 51
Binary 10111010 10111 1111101 0 1011000 100001 11011 101000010 1001110 101001

Color Harmonies of #BA177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA177D

Black with #BA177D

Text Example


Text Example

White with #BA177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA177D; }

 p { color: rgb(186,23,125); }

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

background-color css

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

 a { background-color: rgb(186,23,125); }

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

border-color css

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

 span { border-color: rgb(186,23,125); }

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