Html Css Color HEX #BA1E8A Medium Violet Red

📋 copy color: '#BA1E8A'

red 186 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #BA1E8A

Tints of Medium Violet Red #BA1E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 52.54%
G = 8.47%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA1E8A (or 0xBA1E8A) is known color: Medium Violet Red. HEX triplet: BA, 1E and 8A. RGB value is (186,30,138). Sum of RGB (Red+Green+Blue) = 186+30+138=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E8A is #45E175. Grayscale: #585858. Windows color (decimal): -4579702 or 9051834. OLE color: 9051834.

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

Color convert

RGB 186 30 138 -
CMYK 0 0.84 0.26 0.27
HSL 318.46º 0.72% 0.42% -
HSV(B) 318.46º 0.84% 0.73% -
XYZ 25.3 13.2 25.26 -
YUV 88.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 186 30 138 0 0.84 0.26 0.27 318.46 0.72 0.42
Hex BA 1E 8A 0 54 1A 1B 13E 48 2A
Octal 272 36 212 0 124 32 33 476 110 52
Binary 10111010 11110 10001010 0 1010100 11010 11011 100111110 1001000 101010

Color Harmonies of #BA1E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E8A

Black with #BA1E8A

Text Example


Text Example

White with #BA1E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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