Html Css Color HEX #BA1D9D Medium Violet Red

📋 copy color: '#BA1D9D'

red 186 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #BA1D9D

Tints of Medium Violet Red #BA1D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 50%
G = 7.8%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA1D9D (or 0xBA1D9D) is known color: Medium Violet Red. HEX triplet: BA, 1D and 9D. RGB value is (186,29,157). Sum of RGB (Red+Green+Blue) = 186+29+157=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D9D is #45E262. Grayscale: #5A5A5A. Windows color (decimal): -4579939 or 10296762. OLE color: 10296762.

HSL color Cylindrical-coordinate representation of color #BA1D9D: hue angle of 311.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D9D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 157 -
CMYK 0 0.84 0.16 0.27
HSL 311.08º 0.73% 0.42% -
HSV(B) 311.08º 0.84% 0.73% -
XYZ 26.77 13.75 33.14 -
YUV 90.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 186 29 157 0 0.84 0.16 0.27 311.08 0.73 0.42
Hex BA 1D 9D 0 54 10 1B 137 49 2A
Octal 272 35 235 0 124 20 33 467 111 52
Binary 10111010 11101 10011101 0 1010100 10000 11011 100110111 1001001 101010

Color Harmonies of #BA1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D9D

Black with #BA1D9D

Text Example


Text Example

White with #BA1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D9D; }

 p { color: rgb(186,29,157); }

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

background-color css

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

 a { background-color: rgb(186,29,157); }

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

border-color css

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

 span { border-color: rgb(186,29,157); }

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