Html Css Color HEX #BA0376 Medium Violet Red

📋 copy color: '#BA0376'

red 186 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #BA0376

Tints of Medium Violet Red #BA0376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 60.59%
G = 0.98%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0376 (or 0xBA0376) is known color: Medium Violet Red. HEX triplet: BA, 03 and 76. RGB value is (186,3,118). Sum of RGB (Red+Green+Blue) = 186+3+118=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0376 is #45FC89. Grayscale: #464646. Windows color (decimal): -4586634 or 7734202. OLE color: 7734202.

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

Color convert

RGB 186 3 118 -
CMYK 0 0.98 0.37 0.27
HSL 322.3º 0.97% 0.37% -
HSV(B) 322.3º 0.98% 0.73% -
XYZ 23.55 11.81 18.18 -
YUV 70.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 186 3 118 0 0.98 0.37 0.27 322.3 0.97 0.37
Hex BA 3 76 0 62 25 1B 142 61 25
Octal 272 3 166 0 142 45 33 502 141 45
Binary 10111010 11 1110110 0 1100010 100101 11011 101000010 1100001 100101

Color Harmonies of #BA0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0376

Black with #BA0376

Text Example


Text Example

White with #BA0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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