Html Css Color HEX #BA0185 Medium Violet Red

📋 copy color: '#BA0185'

red 186 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #BA0185

Tints of Medium Violet Red #BA0185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 58.13%
G = 0.31%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA0185 (or 0xBA0185) is known color: Medium Violet Red. HEX triplet: BA, 01 and 85. RGB value is (186,1,133). Sum of RGB (Red+Green+Blue) = 186+1+133=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0185 is #45FE7A. Grayscale: #474747. Windows color (decimal): -4587131 or 8716730. OLE color: 8716730.

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

Color convert

RGB 186 1 133 -
CMYK 0 0.99 0.28 0.27
HSL 317.19º 0.99% 0.37% -
HSV(B) 317.19º 0.99% 0.73% -
XYZ 24.49 12.15 23.25 -
YUV 71.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 186 1 133 0 0.99 0.28 0.27 317.19 0.99 0.37
Hex BA 1 85 0 63 1C 1B 13D 63 25
Octal 272 1 205 0 143 34 33 475 143 45
Binary 10111010 1 10000101 0 1100011 11100 11011 100111101 1100011 100101

Color Harmonies of #BA0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0185

Black with #BA0185

Text Example


Text Example

White with #BA0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0185; }

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

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

background-color css

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

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

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

border-color css

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

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

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