Html Css Color HEX #BA128D Medium Violet Red

📋 copy color: '#BA128D'

red 186 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #BA128D

Tints of Medium Violet Red #BA128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 53.91%
G = 5.22%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA128D (or 0xBA128D) is known color: Medium Violet Red. HEX triplet: BA, 12 and 8D. RGB value is (186,18,141). Sum of RGB (Red+Green+Blue) = 186+18+141=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128D is #45ED72. Grayscale: #515151. Windows color (decimal): -4582771 or 9245370. OLE color: 9245370.

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

Color convert

RGB 186 18 141 -
CMYK 0 0.90 0.24 0.27
HSL 316.07º 0.82% 0.4% -
HSV(B) 316.07º 0.9% 0.73% -
XYZ 25.27 12.79 26.34 -
YUV 82.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 186 18 141 0 0.90 0.24 0.27 316.07 0.82 0.4
Hex BA 12 8D 0 5A 18 1B 13C 52 28
Octal 272 22 215 0 132 30 33 474 122 50
Binary 10111010 10010 10001101 0 1011010 11000 11011 100111100 1010010 101000

Color Harmonies of #BA128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA128D

Black with #BA128D

Text Example


Text Example

White with #BA128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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