Html Css Color HEX #BA408F Medium Red Violet

📋 copy color: '#BA408F'

red 186 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #BA408F

Tints of Medium Red Violet #BA408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 47.33%
G = 16.28%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA408F (or 0xBA408F) is known color: Medium Red Violet. HEX triplet: BA, 40 and 8F. RGB value is (186,64,143). Sum of RGB (Red+Green+Blue) = 186+64+143=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA408F is #45BF70. Grayscale: #6D6D6D. Windows color (decimal): -4570993 or 9388218. OLE color: 9388218.

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

Color convert

RGB 186 64 143 -
CMYK 0 0.66 0.23 0.27
HSL 321.15º 0.49% 0.49% -
HSV(B) 321.15º 0.66% 0.73% -
XYZ 27.04 16.09 27.67 -
YUV 109.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 186 64 143 0 0.66 0.23 0.27 321.15 0.49 0.49
Hex BA 40 8F 0 42 17 1B 141 31 31
Octal 272 100 217 0 102 27 33 501 61 61
Binary 10111010 1000000 10001111 0 1000010 10111 11011 101000001 110001 110001

Color Harmonies of #BA408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA408F

Black with #BA408F

Text Example


Text Example

White with #BA408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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