Html Css Color HEX #BA417F Medium Red Violet

📋 copy color: '#BA417F'

red 186 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #BA417F

Tints of Medium Red Violet #BA417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 49.21%
G = 17.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA417F (or 0xBA417F) is known color: Medium Red Violet. HEX triplet: BA, 41 and 7F. RGB value is (186,65,127). Sum of RGB (Red+Green+Blue) = 186+65+127=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA417F is #45BE80. Grayscale: #6C6C6C. Windows color (decimal): -4570753 or 8339898. OLE color: 8339898.

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

Color convert

RGB 186 65 127 -
CMYK 0 0.65 0.32 0.27
HSL 329.26º 0.48% 0.49% -
HSV(B) 329.26º 0.65% 0.73% -
XYZ 25.97 15.75 21.75 -
YUV 108.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 186 65 127 0 0.65 0.32 0.27 329.26 0.48 0.49
Hex BA 41 7F 0 41 20 1B 149 30 31
Octal 272 101 177 0 101 40 33 511 60 61
Binary 10111010 1000001 1111111 0 1000001 100000 11011 101001001 110000 110001

Color Harmonies of #BA417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA417F

Black with #BA417F

Text Example


Text Example

White with #BA417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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