Html Css Color HEX #BA147F Medium Violet Red

📋 copy color: '#BA147F'

red 186 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #BA147F

Tints of Medium Violet Red #BA147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

 BLUE value IS 127 (50% from 255) = 38.14%

R = 55.86%
G = 6.01%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA147F (or 0xBA147F) is known color: Medium Violet Red. HEX triplet: BA, 14 and 7F. RGB value is (186,20,127). Sum of RGB (Red+Green+Blue) = 186+20+127=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA147F is #45EB80. Grayscale: #515151. Windows color (decimal): -4582273 or 8328378. OLE color: 8328378.

HSL color Cylindrical-coordinate representation of color #BA147F: hue angle of 321.33º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA147F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 127 -
CMYK 0 0.89 0.32 0.27
HSL 321.33º 0.81% 0.4% -
HSV(B) 321.33º 0.89% 0.73% -
XYZ 24.33 12.47 21.2 -
YUV 81.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 186 20 127 0 0.89 0.32 0.27 321.33 0.81 0.4
Hex BA 14 7F 0 59 20 1B 141 51 28
Octal 272 24 177 0 131 40 33 501 121 50
Binary 10111010 10100 1111111 0 1011001 100000 11011 101000001 1010001 101000

Color Harmonies of #BA147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA147F

Black with #BA147F

Text Example


Text Example

White with #BA147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA147F; }

 p { color: rgb(186,20,127); }

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

background-color css

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

 a { background-color: rgb(186,20,127); }

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

border-color css

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

 span { border-color: rgb(186,20,127); }

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