Html Css Color HEX #BA317F Medium Red Violet

📋 copy color: '#BA317F'

red 186 ◦ green 49 ◦ blue 127

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

Shades of Medium Red Violet #BA317F

Tints of Medium Red Violet #BA317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

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

R = 51.38%
G = 13.54%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA317F (or 0xBA317F) is known color: Medium Red Violet. HEX triplet: BA, 31 and 7F. RGB value is (186,49,127). Sum of RGB (Red+Green+Blue) = 186+49+127=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA317F is #45CE80. Grayscale: #626262. Windows color (decimal): -4574849 or 8335802. OLE color: 8335802.

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

Color convert

RGB 186 49 127 -
CMYK 0 0.74 0.32 0.27
HSL 325.84º 0.58% 0.46% -
HSV(B) 325.84º 0.74% 0.73% -
XYZ 25.18 14.17 21.49 -
YUV 98.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 186 49 127 0 0.74 0.32 0.27 325.84 0.58 0.46
Hex BA 31 7F 0 4A 20 1B 146 3A 2E
Octal 272 61 177 0 112 40 33 506 72 56
Binary 10111010 110001 1111111 0 1001010 100000 11011 101000110 111010 101110

Color Harmonies of #BA317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA317F

Black with #BA317F

Text Example


Text Example

White with #BA317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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