Html Css Color HEX #BA408C Medium Red Violet

📋 copy color: '#BA408C'

red 186 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #BA408C

Tints of Medium Red Violet #BA408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 47.69%
G = 16.41%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA408C (or 0xBA408C) is known color: Medium Red Violet. HEX triplet: BA, 40 and 8C. RGB value is (186,64,140). Sum of RGB (Red+Green+Blue) = 186+64+140=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA408C is #45BF73. Grayscale: #6C6C6C. Windows color (decimal): -4570996 or 9191610. OLE color: 9191610.

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

Color convert

RGB 186 64 140 -
CMYK 0 0.66 0.25 0.27
HSL 322.62º 0.49% 0.49% -
HSV(B) 322.62º 0.66% 0.73% -
XYZ 26.82 16 26.49 -
YUV 109.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 186 64 140 0 0.66 0.25 0.27 322.62 0.49 0.49
Hex BA 40 8C 0 42 19 1B 143 31 31
Octal 272 100 214 0 102 31 33 503 61 61
Binary 10111010 1000000 10001100 0 1000010 11001 11011 101000011 110001 110001

Color Harmonies of #BA408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA408C

Black with #BA408C

Text Example


Text Example

White with #BA408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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