Html Css Color HEX #BA1EAB Medium Violet Red

📋 copy color: '#BA1EAB'

red 186 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #BA1EAB

Tints of Medium Violet Red #BA1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 48.06%
G = 7.75%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA1EAB (or 0xBA1EAB) is known color: Medium Violet Red. HEX triplet: BA, 1E and AB. RGB value is (186,30,171). Sum of RGB (Red+Green+Blue) = 186+30+171=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EAB is #45E154. Grayscale: #5C5C5C. Windows color (decimal): -4579669 or 11214522. OLE color: 11214522.

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

Color convert

RGB 186 30 171 -
CMYK 0 0.84 0.08 0.27
HSL 305.77º 0.72% 0.42% -
HSV(B) 305.77º 0.84% 0.73% -
XYZ 28.06 14.31 39.81 -
YUV 92.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 186 30 171 0 0.84 0.08 0.27 305.77 0.72 0.42
Hex BA 1E AB 0 54 8 1B 132 48 2A
Octal 272 36 253 0 124 10 33 462 110 52
Binary 10111010 11110 10101011 0 1010100 1000 11011 100110010 1001000 101010

Color Harmonies of #BA1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EAB

Black with #BA1EAB

Text Example


Text Example

White with #BA1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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