Html Css Color HEX #BA1C9B Medium Violet Red

📋 copy color: '#BA1C9B'

red 186 ◦ green 28 ◦ blue 155

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

Shades of Medium Violet Red #BA1C9B

Tints of Medium Violet Red #BA1C9B

RGB

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

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

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

R = 50.41%
G = 7.59%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA1C9B (or 0xBA1C9B) is known color: Medium Violet Red. HEX triplet: BA, 1C and 9B. RGB value is (186,28,155). Sum of RGB (Red+Green+Blue) = 186+28+155=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C9B is #45E364. Grayscale: #595959. Windows color (decimal): -4580197 or 10165434. OLE color: 10165434.

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

Color convert

RGB 186 28 155 -
CMYK 0 0.85 0.17 0.27
HSL 311.77º 0.74% 0.42% -
HSV(B) 311.77º 0.85% 0.73% -
XYZ 26.58 13.64 32.24 -
YUV 89.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 186 28 155 0 0.85 0.17 0.27 311.77 0.74 0.42
Hex BA 1C 9B 0 55 11 1B 138 4A 2A
Octal 272 34 233 0 125 21 33 470 112 52
Binary 10111010 11100 10011011 0 1010101 10001 11011 100111000 1001010 101010

Color Harmonies of #BA1C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C9B

Black with #BA1C9B

Text Example


Text Example

White with #BA1C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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