Html Css Color HEX #BA407E Medium Red Violet

📋 copy color: '#BA407E'

red 186 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #BA407E

Tints of Medium Red Violet #BA407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.02%

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

R = 49.47%
G = 17.02%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA407E (or 0xBA407E) is known color: Medium Red Violet. HEX triplet: BA, 40 and 7E. RGB value is (186,64,126). Sum of RGB (Red+Green+Blue) = 186+64+126=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407E is #45BF81. Grayscale: #6B6B6B. Windows color (decimal): -4571010 or 8274106. OLE color: 8274106.

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

Color convert

RGB 186 64 126 -
CMYK 0 0.66 0.32 0.27
HSL 329.51º 0.49% 0.49% -
HSV(B) 329.51º 0.66% 0.73% -
XYZ 25.85 15.61 21.39 -
YUV 107.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 186 64 126 0 0.66 0.32 0.27 329.51 0.49 0.49
Hex BA 40 7E 0 42 20 1B 14A 31 31
Octal 272 100 176 0 102 40 33 512 61 61
Binary 10111010 1000000 1111110 0 1000010 100000 11011 101001010 110001 110001

Color Harmonies of #BA407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA407E

Black with #BA407E

Text Example


Text Example

White with #BA407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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