Html Css Color HEX #BA1A7E Medium Violet Red

📋 copy color: '#BA1A7E'

red 186 ◦ green 26 ◦ blue 126

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

Shades of Medium Violet Red #BA1A7E

Tints of Medium Violet Red #BA1A7E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.69%

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 55.03%
G = 7.69%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA1A7E (or 0xBA1A7E) is known color: Medium Violet Red. HEX triplet: BA, 1A and 7E. RGB value is (186,26,126). Sum of RGB (Red+Green+Blue) = 186+26+126=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A7E is #45E581. Grayscale: #555555. Windows color (decimal): -4580738 or 8264378. OLE color: 8264378.

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

Color convert

RGB 186 26 126 -
CMYK 0 0.86 0.32 0.27
HSL 322.5º 0.75% 0.42% -
HSV(B) 322.5º 0.86% 0.73% -
XYZ 24.38 12.68 20.9 -
YUV 85.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 186 26 126 0 0.86 0.32 0.27 322.5 0.75 0.42
Hex BA 1A 7E 0 56 20 1B 142 4B 2A
Octal 272 32 176 0 126 40 33 502 113 52
Binary 10111010 11010 1111110 0 1010110 100000 11011 101000010 1001011 101010

Color Harmonies of #BA1A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A7E

Black with #BA1A7E

Text Example


Text Example

White with #BA1A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A7E; }

 p { color: rgb(186,26,126); }

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

background-color css

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

 a { background-color: rgb(186,26,126); }

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

border-color css

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

 span { border-color: rgb(186,26,126); }

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