Html Css Color HEX #BA1E85 Medium Violet Red

📋 copy color: '#BA1E85'

red 186 ◦ green 30 ◦ blue 133

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

Shades of Medium Violet Red #BA1E85

Tints of Medium Violet Red #BA1E85

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

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

R = 53.3%
G = 8.6%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA1E85 (or 0xBA1E85) is known color: Medium Violet Red. HEX triplet: BA, 1E and 85. RGB value is (186,30,133). Sum of RGB (Red+Green+Blue) = 186+30+133=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E85 is #45E17A. Grayscale: #585858. Windows color (decimal): -4579707 or 8724154. OLE color: 8724154.

HSL color Cylindrical-coordinate representation of color #BA1E85: hue angle of 320.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E85 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 133 -
CMYK 0 0.84 0.28 0.27
HSL 320.38º 0.72% 0.42% -
HSV(B) 320.38º 0.84% 0.73% -
XYZ 24.95 13.06 23.4 -
YUV 88.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 186 30 133 0 0.84 0.28 0.27 320.38 0.72 0.42
Hex BA 1E 85 0 54 1C 1B 140 48 2A
Octal 272 36 205 0 124 34 33 500 110 52
Binary 10111010 11110 10000101 0 1010100 11100 11011 101000000 1001000 101010

Color Harmonies of #BA1E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E85

Black with #BA1E85

Text Example


Text Example

White with #BA1E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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