Html Css Color HEX #BA1C8C Medium Violet Red

📋 copy color: '#BA1C8C'

red 186 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #BA1C8C

Tints of Medium Violet Red #BA1C8C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 52.54%
G = 7.91%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA1C8C (or 0xBA1C8C) is known color: Medium Violet Red. HEX triplet: BA, 1C and 8C. RGB value is (186,28,140). Sum of RGB (Red+Green+Blue) = 186+28+140=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C8C is #45E373. Grayscale: #575757. Windows color (decimal): -4580212 or 9182394. OLE color: 9182394.

HSL color Cylindrical-coordinate representation of color #BA1C8C: hue angle of 317.47º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C8C is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 140 -
CMYK 0 0.85 0.25 0.27
HSL 317.47º 0.74% 0.42% -
HSV(B) 317.47º 0.85% 0.73% -
XYZ 25.4 13.16 26.01 -
YUV 88.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 186 28 140 0 0.85 0.25 0.27 317.47 0.74 0.42
Hex BA 1C 8C 0 55 19 1B 13D 4A 2A
Octal 272 34 214 0 125 31 33 475 112 52
Binary 10111010 11100 10001100 0 1010101 11001 11011 100111101 1001010 101010

Color Harmonies of #BA1C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C8C

Black with #BA1C8C

Text Example


Text Example

White with #BA1C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C8C; }

 p { color: rgb(186,28,140); }

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

background-color css

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

 a { background-color: rgb(186,28,140); }

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

border-color css

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

 span { border-color: rgb(186,28,140); }

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