Html Css Color HEX #BA1674 Medium Violet Red

📋 copy color: '#BA1674'

red 186 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #BA1674

Tints of Medium Violet Red #BA1674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 57.41%
G = 6.79%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA1674 (or 0xBA1674) is known color: Medium Violet Red. HEX triplet: BA, 16 and 74. RGB value is (186,22,116). Sum of RGB (Red+Green+Blue) = 186+22+116=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1674 is #45E98B. Grayscale: #515151. Windows color (decimal): -4581772 or 7607994. OLE color: 7607994.

HSL color Cylindrical-coordinate representation of color #BA1674: hue angle of 325.61º degrees, saturation: 0.79, 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 #BA1674 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 116 -
CMYK 0 0.88 0.38 0.27
HSL 325.61º 0.79% 0.41% -
HSV(B) 325.61º 0.88% 0.73% -
XYZ 23.69 12.27 17.64 -
YUV 81.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 186 22 116 0 0.88 0.38 0.27 325.61 0.79 0.41
Hex BA 16 74 0 58 26 1B 146 4F 29
Octal 272 26 164 0 130 46 33 506 117 51
Binary 10111010 10110 1110100 0 1011000 100110 11011 101000110 1001111 101001

Color Harmonies of #BA1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1674

Black with #BA1674

Text Example


Text Example

White with #BA1674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1674; }

 p { color: rgb(186,22,116); }

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

background-color css

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

 a { background-color: rgb(186,22,116); }

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

border-color css

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

 span { border-color: rgb(186,22,116); }

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