Html Css Color HEX #BA0377 Medium Violet Red

📋 copy color: '#BA0377'

red 186 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #BA0377

Tints of Medium Violet Red #BA0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 60.39%
G = 0.97%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA0377 (or 0xBA0377) is known color: Medium Violet Red. HEX triplet: BA, 03 and 77. RGB value is (186,3,119). Sum of RGB (Red+Green+Blue) = 186+3+119=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0377 is #45FC88. Grayscale: #464646. Windows color (decimal): -4586633 or 7799738. OLE color: 7799738.

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

Color convert

RGB 186 3 119 -
CMYK 0 0.98 0.36 0.27
HSL 321.97º 0.97% 0.37% -
HSV(B) 321.97º 0.98% 0.73% -
XYZ 23.61 11.84 18.49 -
YUV 70.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 186 3 119 0 0.98 0.36 0.27 321.97 0.97 0.37
Hex BA 3 77 0 62 24 1B 142 61 25
Octal 272 3 167 0 142 44 33 502 141 45
Binary 10111010 11 1110111 0 1100010 100100 11011 101000010 1100001 100101

Color Harmonies of #BA0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0377

Black with #BA0377

Text Example


Text Example

White with #BA0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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