Html Css Color HEX #BA037E Medium Violet Red

📋 copy color: '#BA037E'

red 186 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #BA037E

Tints of Medium Violet Red #BA037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 126 (49.61% from 255) = 40%

R = 59.05%
G = 0.95%
B = 40%

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

#BA037E (or 0xBA037E) is known color: Medium Violet Red. HEX triplet: BA, 03 and 7E. RGB value is (186,3,126). Sum of RGB (Red+Green+Blue) = 186+3+126=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA037E is #45FC81. Grayscale: #474747. Windows color (decimal): -4586626 or 8258490. OLE color: 8258490.

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

Color convert

RGB 186 3 126 -
CMYK 0 0.98 0.32 0.27
HSL 319.67º 0.97% 0.37% -
HSV(B) 319.67º 0.98% 0.73% -
XYZ 24.05 12.01 20.79 -
YUV 71.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 186 3 126 0 0.98 0.32 0.27 319.67 0.97 0.37
Hex BA 3 7E 0 62 20 1B 140 61 25
Octal 272 3 176 0 142 40 33 500 141 45
Binary 10111010 11 1111110 0 1100010 100000 11011 101000000 1100001 100101

Color Harmonies of #BA037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA037E

Black with #BA037E

Text Example


Text Example

White with #BA037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA037E; }

 p { color: rgb(186,3,126); }

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

background-color css

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

 a { background-color: rgb(186,3,126); }

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

border-color css

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

 span { border-color: rgb(186,3,126); }

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