Html Css Color HEX #BA0483 Medium Violet Red

📋 copy color: '#BA0483'

red 186 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #BA0483

Tints of Medium Violet Red #BA0483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 57.94%
G = 1.25%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA0483 (or 0xBA0483) is known color: Medium Violet Red. HEX triplet: BA, 04 and 83. RGB value is (186,4,131). Sum of RGB (Red+Green+Blue) = 186+4+131=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0483 is #45FB7C. Grayscale: #484848. Windows color (decimal): -4586365 or 8586426. OLE color: 8586426.

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

Color convert

RGB 186 4 131 -
CMYK 0 0.98 0.30 0.27
HSL 318.13º 0.96% 0.37% -
HSV(B) 318.13º 0.98% 0.73% -
XYZ 24.39 12.16 22.54 -
YUV 72.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 186 4 131 0 0.98 0.30 0.27 318.13 0.96 0.37
Hex BA 4 83 0 62 1E 1B 13E 60 25
Octal 272 4 203 0 142 36 33 476 140 45
Binary 10111010 100 10000011 0 1100010 11110 11011 100111110 1100000 100101

Color Harmonies of #BA0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0483

Black with #BA0483

Text Example


Text Example

White with #BA0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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