Html Css Color HEX #BA1B9E Medium Violet Red

📋 copy color: '#BA1B9E'

red 186 ◦ green 27 ◦ blue 158

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

Shades of Medium Violet Red #BA1B9E

Tints of Medium Violet Red #BA1B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 50.13%
G = 7.28%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA1B9E (or 0xBA1B9E) is known color: Medium Violet Red. HEX triplet: BA, 1B and 9E. RGB value is (186,27,158). Sum of RGB (Red+Green+Blue) = 186+27+158=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B9E is #45E461. Grayscale: #595959. Windows color (decimal): -4580450 or 10361786. OLE color: 10361786.

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

Color convert

RGB 186 27 158 -
CMYK 0 0.85 0.15 0.27
HSL 310.57º 0.75% 0.42% -
HSV(B) 310.57º 0.85% 0.73% -
XYZ 26.81 13.69 33.58 -
YUV 89.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 186 27 158 0 0.85 0.15 0.27 310.57 0.75 0.42
Hex BA 1B 9E 0 55 F 1B 137 4B 2A
Octal 272 33 236 0 125 17 33 467 113 52
Binary 10111010 11011 10011110 0 1010101 1111 11011 100110111 1001011 101010

Color Harmonies of #BA1B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B9E

Black with #BA1B9E

Text Example


Text Example

White with #BA1B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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