Html Css Color HEX #BA0387 Medium Violet Red

📋 copy color: '#BA0387'

red 186 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #BA0387

Tints of Medium Violet Red #BA0387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 57.41%
G = 0.93%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0387 (or 0xBA0387) is known color: Medium Violet Red. HEX triplet: BA, 03 and 87. RGB value is (186,3,135). Sum of RGB (Red+Green+Blue) = 186+3+135=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0387 is #45FC78. Grayscale: #484848. Windows color (decimal): -4586617 or 8848314. OLE color: 8848314.

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

Color convert

RGB 186 3 135 -
CMYK 0 0.98 0.27 0.27
HSL 316.72º 0.97% 0.37% -
HSV(B) 316.72º 0.98% 0.73% -
XYZ 24.66 12.25 23.99 -
YUV 72.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 186 3 135 0 0.98 0.27 0.27 316.72 0.97 0.37
Hex BA 3 87 0 62 1B 1B 13D 61 25
Octal 272 3 207 0 142 33 33 475 141 45
Binary 10111010 11 10000111 0 1100010 11011 11011 100111101 1100001 100101

Color Harmonies of #BA0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0387

Black with #BA0387

Text Example


Text Example

White with #BA0387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0387; }

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

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

background-color css

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

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

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

border-color css

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

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

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