Html Css Color HEX #BA0174 Medium Violet Red

📋 copy color: '#BA0174'

red 186 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #BA0174

Tints of Medium Violet Red #BA0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 61.39%
G = 0.33%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0174 (or 0xBA0174) is known color: Medium Violet Red. HEX triplet: BA, 01 and 74. RGB value is (186,1,116). Sum of RGB (Red+Green+Blue) = 186+1+116=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0174 is #45FE8B. Grayscale: #454545. Windows color (decimal): -4587148 or 7602618. OLE color: 7602618.

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

Color convert

RGB 186 1 116 -
CMYK 0 0.99 0.38 0.27
HSL 322.7º 0.99% 0.37% -
HSV(B) 322.7º 0.99% 0.73% -
XYZ 23.41 11.72 17.55 -
YUV 69.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 186 1 116 0 0.99 0.38 0.27 322.7 0.99 0.37
Hex BA 1 74 0 63 26 1B 143 63 25
Octal 272 1 164 0 143 46 33 503 143 45
Binary 10111010 1 1110100 0 1100011 100110 11011 101000011 1100011 100101

Color Harmonies of #BA0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0174

Black with #BA0174

Text Example


Text Example

White with #BA0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0174; }

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

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

background-color css

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

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

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

border-color css

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

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

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