Html Css Color HEX #BA127C Medium Violet Red

📋 copy color: '#BA127C'

red 186 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #BA127C

Tints of Medium Violet Red #BA127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 56.71%
G = 5.49%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA127C (or 0xBA127C) is known color: Medium Violet Red. HEX triplet: BA, 12 and 7C. RGB value is (186,18,124). Sum of RGB (Red+Green+Blue) = 186+18+124=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA127C is #45ED83. Grayscale: #505050. Windows color (decimal): -4582788 or 8131258. OLE color: 8131258.

HSL color Cylindrical-coordinate representation of color #BA127C: hue angle of 322.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA127C is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 124 -
CMYK 0 0.90 0.33 0.27
HSL 322.14º 0.82% 0.4% -
HSV(B) 322.14º 0.9% 0.73% -
XYZ 24.1 12.33 20.18 -
YUV 80.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 186 18 124 0 0.90 0.33 0.27 322.14 0.82 0.4
Hex BA 12 7C 0 5A 21 1B 142 52 28
Octal 272 22 174 0 132 41 33 502 122 50
Binary 10111010 10010 1111100 0 1011010 100001 11011 101000010 1010010 101000

Color Harmonies of #BA127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA127C

Black with #BA127C

Text Example


Text Example

White with #BA127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA127C; }

 p { color: rgb(186,18,124); }

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

background-color css

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

 a { background-color: rgb(186,18,124); }

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

border-color css

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

 span { border-color: rgb(186,18,124); }

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