Html Css Color HEX #BA129B Medium Violet Red

📋 copy color: '#BA129B'

red 186 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #BA129B

Tints of Medium Violet Red #BA129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 51.81%
G = 5.01%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA129B (or 0xBA129B) is known color: Medium Violet Red. HEX triplet: BA, 12 and 9B. RGB value is (186,18,155). Sum of RGB (Red+Green+Blue) = 186+18+155=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA129B is #45ED64. Grayscale: #535353. Windows color (decimal): -4582757 or 10162874. OLE color: 10162874.

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

Color convert

RGB 186 18 155 -
CMYK 0 0.90 0.17 0.27
HSL 311.07º 0.82% 0.4% -
HSV(B) 311.07º 0.9% 0.73% -
XYZ 26.38 13.24 32.18 -
YUV 83.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 186 18 155 0 0.90 0.17 0.27 311.07 0.82 0.4
Hex BA 12 9B 0 5A 11 1B 137 52 28
Octal 272 22 233 0 132 21 33 467 122 50
Binary 10111010 10010 10011011 0 1011010 10001 11011 100110111 1010010 101000

Color Harmonies of #BA129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA129B

Black with #BA129B

Text Example


Text Example

White with #BA129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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