Html Css Color HEX #BA0374 Medium Violet Red

📋 copy color: '#BA0374'

red 186 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #BA0374

Tints of Medium Violet Red #BA0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 60.98%
G = 0.98%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0374 (or 0xBA0374) is known color: Medium Violet Red. HEX triplet: BA, 03 and 74. RGB value is (186,3,116). Sum of RGB (Red+Green+Blue) = 186+3+116=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0374 is #45FC8B. Grayscale: #464646. Windows color (decimal): -4586636 or 7603130. OLE color: 7603130.

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

Color convert

RGB 186 3 116 -
CMYK 0 0.98 0.38 0.27
HSL 322.95º 0.97% 0.37% -
HSV(B) 322.95º 0.98% 0.73% -
XYZ 23.43 11.77 17.56 -
YUV 70.6 153.63 210.31 -
System Red Green Blue C M Y K H S L
Decimal 186 3 116 0 0.98 0.38 0.27 322.95 0.97 0.37
Hex BA 3 74 0 62 26 1B 143 61 25
Octal 272 3 164 0 142 46 33 503 141 45
Binary 10111010 11 1110100 0 1100010 100110 11011 101000011 1100001 100101

Color Harmonies of #BA0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0374

Black with #BA0374

Text Example


Text Example

White with #BA0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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