Html Css Color HEX #BA1C8F Medium Violet Red

📋 copy color: '#BA1C8F'

red 186 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #BA1C8F

Tints of Medium Violet Red #BA1C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 52.1%
G = 7.84%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1C8F (or 0xBA1C8F) is known color: Medium Violet Red. HEX triplet: BA, 1C and 8F. RGB value is (186,28,143). Sum of RGB (Red+Green+Blue) = 186+28+143=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C8F is #45E370. Grayscale: #585858. Windows color (decimal): -4580209 or 9379002. OLE color: 9379002.

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

Color convert

RGB 186 28 143 -
CMYK 0 0.85 0.23 0.27
HSL 316.33º 0.74% 0.42% -
HSV(B) 316.33º 0.85% 0.73% -
XYZ 25.62 13.25 27.19 -
YUV 88.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 186 28 143 0 0.85 0.23 0.27 316.33 0.74 0.42
Hex BA 1C 8F 0 55 17 1B 13C 4A 2A
Octal 272 34 217 0 125 27 33 474 112 52
Binary 10111010 11100 10001111 0 1010101 10111 11011 100111100 1001010 101010

Color Harmonies of #BA1C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C8F

Black with #BA1C8F

Text Example


Text Example

White with #BA1C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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