Html Css Color HEX #BA127D Medium Violet Red

📋 copy color: '#BA127D'

red 186 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #BA127D

Tints of Medium Violet Red #BA127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 56.53%
G = 5.47%
B = 37.99%

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

#BA127D (or 0xBA127D) is known color: Medium Violet Red. HEX triplet: BA, 12 and 7D. RGB value is (186,18,125). Sum of RGB (Red+Green+Blue) = 186+18+125=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA127D is #45ED82. Grayscale: #505050. Windows color (decimal): -4582787 or 8196794. OLE color: 8196794.

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

Color convert

RGB 186 18 125 -
CMYK 0 0.90 0.33 0.27
HSL 321.79º 0.82% 0.4% -
HSV(B) 321.79º 0.9% 0.73% -
XYZ 24.17 12.35 20.51 -
YUV 80.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 186 18 125 0 0.90 0.33 0.27 321.79 0.82 0.4
Hex BA 12 7D 0 5A 21 1B 142 52 28
Octal 272 22 175 0 132 41 33 502 122 50
Binary 10111010 10010 1111101 0 1011010 100001 11011 101000010 1010010 101000

Color Harmonies of #BA127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA127D

Black with #BA127D

Text Example


Text Example

White with #BA127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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