Html Css Color HEX #BA1B9F Medium Violet Red

📋 copy color: '#BA1B9F'

red 186 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #BA1B9F

Tints of Medium Violet Red #BA1B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 50%
G = 7.26%
B = 42.74%

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

#BA1B9F (or 0xBA1B9F) is known color: Medium Violet Red. HEX triplet: BA, 1B and 9F. RGB value is (186,27,159). Sum of RGB (Red+Green+Blue) = 186+27+159=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B9F is #45E460. Grayscale: #595959. Windows color (decimal): -4580449 or 10427322. OLE color: 10427322.

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

Color convert

RGB 186 27 159 -
CMYK 0 0.85 0.15 0.27
HSL 310.19º 0.75% 0.42% -
HSV(B) 310.19º 0.85% 0.73% -
XYZ 26.9 13.73 34.03 -
YUV 89.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 186 27 159 0 0.85 0.15 0.27 310.19 0.75 0.42
Hex BA 1B 9F 0 55 F 1B 136 4B 2A
Octal 272 33 237 0 125 17 33 466 113 52
Binary 10111010 11011 10011111 0 1010101 1111 11011 100110110 1001011 101010

Color Harmonies of #BA1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B9F

Black with #BA1B9F

Text Example


Text Example

White with #BA1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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