Html Css Color HEX #BA1B9C Medium Violet Red

📋 copy color: '#BA1B9C'

red 186 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #BA1B9C

Tints of Medium Violet Red #BA1B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

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

R = 50.41%
G = 7.32%
B = 42.28%

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

#BA1B9C (or 0xBA1B9C) is known color: Medium Violet Red. HEX triplet: BA, 1B and 9C. RGB value is (186,27,156). Sum of RGB (Red+Green+Blue) = 186+27+156=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B9C is #45E463. Grayscale: #585858. Windows color (decimal): -4580452 or 10230714. OLE color: 10230714.

HSL color Cylindrical-coordinate representation of color #BA1B9C: hue angle of 311.32º degrees, saturation: 0.75, 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 #BA1B9C is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 156 -
CMYK 0 0.85 0.16 0.27
HSL 311.32º 0.75% 0.42% -
HSV(B) 311.32º 0.85% 0.73% -
XYZ 26.64 13.62 32.68 -
YUV 89.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 186 27 156 0 0.85 0.16 0.27 311.32 0.75 0.42
Hex BA 1B 9C 0 55 10 1B 137 4B 2A
Octal 272 33 234 0 125 20 33 467 113 52
Binary 10111010 11011 10011100 0 1010101 10000 11011 100110111 1001011 101010

Color Harmonies of #BA1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B9C

Black with #BA1B9C

Text Example


Text Example

White with #BA1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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