Html Css Color HEX #BA0380 Medium Violet Red

📋 copy color: '#BA0380'

red 186 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #BA0380

Tints of Medium Violet Red #BA0380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 58.68%
G = 0.95%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0380 (or 0xBA0380) is known color: Medium Violet Red. HEX triplet: BA, 03 and 80. RGB value is (186,3,128). Sum of RGB (Red+Green+Blue) = 186+3+128=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0380 is #45FC7F. Grayscale: #474747. Windows color (decimal): -4586624 or 8389562. OLE color: 8389562.

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

Color convert

RGB 186 3 128 -
CMYK 0 0.98 0.31 0.27
HSL 319.02º 0.97% 0.37% -
HSV(B) 319.02º 0.98% 0.73% -
XYZ 24.18 12.06 21.48 -
YUV 71.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 186 3 128 0 0.98 0.31 0.27 319.02 0.97 0.37
Hex BA 3 80 0 62 1F 1B 13F 61 25
Octal 272 3 200 0 142 37 33 477 141 45
Binary 10111010 11 10000000 0 1100010 11111 11011 100111111 1100001 100101

Color Harmonies of #BA0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0380

Black with #BA0380

Text Example


Text Example

White with #BA0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0380; }

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

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

background-color css

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

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

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

border-color css

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

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

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