Html Css Color HEX #BA1385 Medium Violet Red

📋 copy color: '#BA1385'

red 186 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #BA1385

Tints of Medium Violet Red #BA1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 55.03%
G = 5.62%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA1385 (or 0xBA1385) is known color: Medium Violet Red. HEX triplet: BA, 13 and 85. RGB value is (186,19,133). Sum of RGB (Red+Green+Blue) = 186+19+133=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1385 is #45EC7A. Grayscale: #515151. Windows color (decimal): -4582523 or 8721338. OLE color: 8721338.

HSL color Cylindrical-coordinate representation of color #BA1385: hue angle of 319.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1385 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 133 -
CMYK 0 0.90 0.28 0.27
HSL 319.04º 0.81% 0.4% -
HSV(B) 319.04º 0.9% 0.73% -
XYZ 24.72 12.6 23.32 -
YUV 81.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 186 19 133 0 0.90 0.28 0.27 319.04 0.81 0.4
Hex BA 13 85 0 5A 1C 1B 13F 51 28
Octal 272 23 205 0 132 34 33 477 121 50
Binary 10111010 10011 10000101 0 1011010 11100 11011 100111111 1010001 101000

Color Harmonies of #BA1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1385

Black with #BA1385

Text Example


Text Example

White with #BA1385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1385; }

 p { color: rgb(186,19,133); }

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

background-color css

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

 a { background-color: rgb(186,19,133); }

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

border-color css

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

 span { border-color: rgb(186,19,133); }

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