Html Css Color HEX #BA0674 Medium Violet Red

📋 copy color: '#BA0674'

red 186 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #BA0674

Tints of Medium Violet Red #BA0674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 60.39%
G = 1.95%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0674 (or 0xBA0674) is known color: Medium Violet Red. HEX triplet: BA, 06 and 74. RGB value is (186,6,116). Sum of RGB (Red+Green+Blue) = 186+6+116=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0674 is #45F98B. Grayscale: #484848. Windows color (decimal): -4585868 or 7603898. OLE color: 7603898.

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

Color convert

RGB 186 6 116 -
CMYK 0 0.97 0.38 0.27
HSL 323.33º 0.94% 0.38% -
HSV(B) 323.33º 0.97% 0.73% -
XYZ 23.47 11.83 17.57 -
YUV 72.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 186 6 116 0 0.97 0.38 0.27 323.33 0.94 0.38
Hex BA 6 74 0 61 26 1B 143 5E 26
Octal 272 6 164 0 141 46 33 503 136 46
Binary 10111010 110 1110100 0 1100001 100110 11011 101000011 1011110 100110

Color Harmonies of #BA0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0674

Black with #BA0674

Text Example


Text Example

White with #BA0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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