Html Css Color HEX #BA1B93 Medium Violet Red

📋 copy color: '#BA1B93'

red 186 ◦ green 27 ◦ blue 147

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

Shades of Medium Violet Red #BA1B93

Tints of Medium Violet Red #BA1B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 51.67%
G = 7.5%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA1B93 (or 0xBA1B93) is known color: Medium Violet Red. HEX triplet: BA, 1B and 93. RGB value is (186,27,147). Sum of RGB (Red+Green+Blue) = 186+27+147=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B93 is #45E46C. Grayscale: #575757. Windows color (decimal): -4580461 or 9640890. OLE color: 9640890.

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

Color convert

RGB 186 27 147 -
CMYK 0 0.85 0.21 0.27
HSL 314.72º 0.75% 0.42% -
HSV(B) 314.72º 0.85% 0.73% -
XYZ 25.91 13.33 28.81 -
YUV 88.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 186 27 147 0 0.85 0.21 0.27 314.72 0.75 0.42
Hex BA 1B 93 0 55 15 1B 13B 4B 2A
Octal 272 33 223 0 125 25 33 473 113 52
Binary 10111010 11011 10010011 0 1010101 10101 11011 100111011 1001011 101010

Color Harmonies of #BA1B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B93

Black with #BA1B93

Text Example


Text Example

White with #BA1B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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