Html Css Color HEX #BA047D Medium Violet Red

📋 copy color: '#BA047D'

red 186 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #BA047D

Tints of Medium Violet Red #BA047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 59.05%
G = 1.27%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA047D (or 0xBA047D) is known color: Medium Violet Red. HEX triplet: BA, 04 and 7D. RGB value is (186,4,125). Sum of RGB (Red+Green+Blue) = 186+4+125=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA047D is #45FB82. Grayscale: #474747. Windows color (decimal): -4586371 or 8193210. OLE color: 8193210.

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

Color convert

RGB 186 4 125 -
CMYK 0 0.98 0.33 0.27
HSL 320.11º 0.96% 0.37% -
HSV(B) 320.11º 0.98% 0.73% -
XYZ 23.99 12.01 20.45 -
YUV 72.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 186 4 125 0 0.98 0.33 0.27 320.11 0.96 0.37
Hex BA 4 7D 0 62 21 1B 140 60 25
Octal 272 4 175 0 142 41 33 500 140 45
Binary 10111010 100 1111101 0 1100010 100001 11011 101000000 1100000 100101

Color Harmonies of #BA047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA047D

Black with #BA047D

Text Example


Text Example

White with #BA047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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