Html Css Color HEX #BA0974 Medium Violet Red

📋 copy color: '#BA0974'

red 186 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #BA0974

Tints of Medium Violet Red #BA0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

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

R = 59.81%
G = 2.89%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0974 (or 0xBA0974) is known color: Medium Violet Red. HEX triplet: BA, 09 and 74. RGB value is (186,9,116). Sum of RGB (Red+Green+Blue) = 186+9+116=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0974 is #45F68B. Grayscale: #494949. Windows color (decimal): -4585100 or 7604666. OLE color: 7604666.

HSL color Cylindrical-coordinate representation of color #BA0974: hue angle of 323.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0974 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 116 -
CMYK 0 0.95 0.38 0.27
HSL 323.73º 0.91% 0.38% -
HSV(B) 323.73º 0.95% 0.73% -
XYZ 23.5 11.9 17.58 -
YUV 74.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 186 9 116 0 0.95 0.38 0.27 323.73 0.91 0.38
Hex BA 9 74 0 5F 26 1B 144 5B 26
Octal 272 11 164 0 137 46 33 504 133 46
Binary 10111010 1001 1110100 0 1011111 100110 11011 101000100 1011011 100110

Color Harmonies of #BA0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0974

Black with #BA0974

Text Example


Text Example

White with #BA0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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