Html Css Color HEX #BA427F Medium Red Violet

📋 copy color: '#BA427F'

red 186 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #BA427F

Tints of Medium Red Violet #BA427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 49.08%
G = 17.41%
B = 33.51%

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

#BA427F (or 0xBA427F) is known color: Medium Red Violet. HEX triplet: BA, 42 and 7F. RGB value is (186,66,127). Sum of RGB (Red+Green+Blue) = 186+66+127=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA427F is #45BD80. Grayscale: #6C6C6C. Windows color (decimal): -4570497 or 8340154. OLE color: 8340154.

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

Color convert

RGB 186 66 127 -
CMYK 0 0.65 0.32 0.27
HSL 329.5º 0.48% 0.49% -
HSV(B) 329.5º 0.65% 0.73% -
XYZ 26.03 15.87 21.77 -
YUV 108.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 186 66 127 0 0.65 0.32 0.27 329.5 0.48 0.49
Hex BA 42 7F 0 41 20 1B 14A 30 31
Octal 272 102 177 0 101 40 33 512 60 61
Binary 10111010 1000010 1111111 0 1000001 100000 11011 101001010 110000 110001

Color Harmonies of #BA427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA427F

Black with #BA427F

Text Example


Text Example

White with #BA427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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