Html Css Color HEX #BA407D Medium Red Violet

📋 copy color: '#BA407D'

red 186 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #BA407D

Tints of Medium Red Violet #BA407D

RGB

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

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

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

R = 49.6%
G = 17.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA407D (or 0xBA407D) is known color: Medium Red Violet. HEX triplet: BA, 40 and 7D. RGB value is (186,64,125). Sum of RGB (Red+Green+Blue) = 186+64+125=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407D is #45BF82. Grayscale: #6B6B6B. Windows color (decimal): -4571011 or 8208570. OLE color: 8208570.

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

Color convert

RGB 186 64 125 -
CMYK 0 0.66 0.33 0.27
HSL 330º 0.49% 0.49% -
HSV(B) 330º 0.66% 0.73% -
XYZ 25.78 15.59 21.05 -
YUV 107.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 186 64 125 0 0.66 0.33 0.27 330 0.49 0.49
Hex BA 40 7D 0 42 21 1B 14A 31 31
Octal 272 100 175 0 102 41 33 512 61 61
Binary 10111010 1000000 1111101 0 1000010 100001 11011 101001010 110001 110001

Color Harmonies of #BA407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA407D

Black with #BA407D

Text Example


Text Example

White with #BA407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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