Html Css Color HEX #BA0194 Medium Violet Red

📋 copy color: '#BA0194'

red 186 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #BA0194

Tints of Medium Violet Red #BA0194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 55.52%
G = 0.3%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA0194 (or 0xBA0194) is known color: Medium Violet Red. HEX triplet: BA, 01 and 94. RGB value is (186,1,148). Sum of RGB (Red+Green+Blue) = 186+1+148=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0194 is #45FE6B. Grayscale: #484848. Windows color (decimal): -4587116 or 9699770. OLE color: 9699770.

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

Color convert

RGB 186 1 148 -
CMYK 0 0.99 0.20 0.27
HSL 312.32º 0.99% 0.37% -
HSV(B) 312.32º 0.99% 0.73% -
XYZ 25.61 12.6 29.1 -
YUV 73.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 186 1 148 0 0.99 0.20 0.27 312.32 0.99 0.37
Hex BA 1 94 0 63 14 1B 138 63 25
Octal 272 1 224 0 143 24 33 470 143 45
Binary 10111010 1 10010100 0 1100011 10100 11011 100111000 1100011 100101

Color Harmonies of #BA0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0194

Black with #BA0194

Text Example


Text Example

White with #BA0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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