Html Css Color HEX #BA0785 Medium Violet Red

📋 copy color: '#BA0785'

red 186 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #BA0785

Tints of Medium Violet Red #BA0785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 57.06%
G = 2.15%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA0785 (or 0xBA0785) is known color: Medium Violet Red. HEX triplet: BA, 07 and 85. RGB value is (186,7,133). Sum of RGB (Red+Green+Blue) = 186+7+133=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0785 is #45F87A. Grayscale: #4A4A4A. Windows color (decimal): -4585595 or 8718266. OLE color: 8718266.

HSL color Cylindrical-coordinate representation of color #BA0785: hue angle of 317.77º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0785 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 7 133 -
CMYK 0 0.96 0.28 0.27
HSL 317.77º 0.93% 0.38% -
HSV(B) 317.77º 0.96% 0.73% -
XYZ 24.56 12.28 23.27 -
YUV 74.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 186 7 133 0 0.96 0.28 0.27 317.77 0.93 0.38
Hex BA 7 85 0 60 1C 1B 13E 5D 26
Octal 272 7 205 0 140 34 33 476 135 46
Binary 10111010 111 10000101 0 1100000 11100 11011 100111110 1011101 100110

Color Harmonies of #BA0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0785

Black with #BA0785

Text Example


Text Example

White with #BA0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0785; }

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

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

background-color css

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

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

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

border-color css

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

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

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