Html Css Color HEX #BA047F Medium Violet Red

📋 copy color: '#BA047F'

red 186 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #BA047F

Tints of Medium Violet Red #BA047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 58.68%
G = 1.26%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA047F (or 0xBA047F) is known color: Medium Violet Red. HEX triplet: BA, 04 and 7F. RGB value is (186,4,127). Sum of RGB (Red+Green+Blue) = 186+4+127=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA047F is #45FB80. Grayscale: #484848. Windows color (decimal): -4586369 or 8324282. OLE color: 8324282.

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

Color convert

RGB 186 4 127 -
CMYK 0 0.98 0.32 0.27
HSL 319.45º 0.96% 0.37% -
HSV(B) 319.45º 0.98% 0.73% -
XYZ 24.12 12.06 21.13 -
YUV 72.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 186 4 127 0 0.98 0.32 0.27 319.45 0.96 0.37
Hex BA 4 7F 0 62 20 1B 13F 60 25
Octal 272 4 177 0 142 40 33 477 140 45
Binary 10111010 100 1111111 0 1100010 100000 11011 100111111 1100000 100101

Color Harmonies of #BA047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA047F

Black with #BA047F

Text Example


Text Example

White with #BA047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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