Html Css Color HEX #BA1C9C Medium Violet Red

📋 copy color: '#BA1C9C'

red 186 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #BA1C9C

Tints of Medium Violet Red #BA1C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 50.27%
G = 7.57%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA1C9C (or 0xBA1C9C) is known color: Medium Violet Red. HEX triplet: BA, 1C and 9C. RGB value is (186,28,156). Sum of RGB (Red+Green+Blue) = 186+28+156=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C9C is #45E363. Grayscale: #595959. Windows color (decimal): -4580196 or 10230970. OLE color: 10230970.

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

Color convert

RGB 186 28 156 -
CMYK 0 0.85 0.16 0.27
HSL 311.39º 0.74% 0.42% -
HSV(B) 311.39º 0.85% 0.73% -
XYZ 26.67 13.67 32.69 -
YUV 89.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 186 28 156 0 0.85 0.16 0.27 311.39 0.74 0.42
Hex BA 1C 9C 0 55 10 1B 137 4A 2A
Octal 272 34 234 0 125 20 33 467 112 52
Binary 10111010 11100 10011100 0 1010101 10000 11011 100110111 1001010 101010

Color Harmonies of #BA1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C9C

Black with #BA1C9C

Text Example


Text Example

White with #BA1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C9C; }

 p { color: rgb(186,28,156); }

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

background-color css

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

 a { background-color: rgb(186,28,156); }

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

border-color css

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

 span { border-color: rgb(186,28,156); }

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