Html Css Color HEX #BA127F Medium Violet Red

📋 copy color: '#BA127F'

red 186 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #BA127F

Tints of Medium Violet Red #BA127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 56.19%
G = 5.44%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA127F (or 0xBA127F) is known color: Medium Violet Red. HEX triplet: BA, 12 and 7F. RGB value is (186,18,127). Sum of RGB (Red+Green+Blue) = 186+18+127=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA127F is #45ED80. Grayscale: #505050. Windows color (decimal): -4582785 or 8327866. OLE color: 8327866.

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

Color convert

RGB 186 18 127 -
CMYK 0 0.90 0.32 0.27
HSL 321.07º 0.82% 0.4% -
HSV(B) 321.07º 0.9% 0.73% -
XYZ 24.3 12.4 21.19 -
YUV 80.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 186 18 127 0 0.90 0.32 0.27 321.07 0.82 0.4
Hex BA 12 7F 0 5A 20 1B 141 52 28
Octal 272 22 177 0 132 40 33 501 122 50
Binary 10111010 10010 1111111 0 1011010 100000 11011 101000001 1010010 101000

Color Harmonies of #BA127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA127F

Black with #BA127F

Text Example


Text Example

White with #BA127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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