Html Css Color HEX #BA0485 Medium Violet Red

📋 copy color: '#BA0485'

red 186 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #BA0485

Tints of Medium Violet Red #BA0485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 57.59%
G = 1.24%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA0485 (or 0xBA0485) is known color: Medium Violet Red. HEX triplet: BA, 04 and 85. RGB value is (186,4,133). Sum of RGB (Red+Green+Blue) = 186+4+133=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0485 is #45FB7A. Grayscale: #484848. Windows color (decimal): -4586363 or 8717498. OLE color: 8717498.

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

Color convert

RGB 186 4 133 -
CMYK 0 0.98 0.28 0.27
HSL 317.47º 0.96% 0.37% -
HSV(B) 317.47º 0.98% 0.73% -
XYZ 24.53 12.22 23.26 -
YUV 73.12 161.8 208.51 -
System Red Green Blue C M Y K H S L
Decimal 186 4 133 0 0.98 0.28 0.27 317.47 0.96 0.37
Hex BA 4 85 0 62 1C 1B 13D 60 25
Octal 272 4 205 0 142 34 33 475 140 45
Binary 10111010 100 10000101 0 1100010 11100 11011 100111101 1100000 100101

Color Harmonies of #BA0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0485

Black with #BA0485

Text Example


Text Example

White with #BA0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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