Html Css Color HEX #BA0091 Medium Violet Red

📋 copy color: '#BA0091'

red 186 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #BA0091

Tints of Medium Violet Red #BA0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 56.19%
G = 0%
B = 43.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0091 (or 0xBA0091) is known color: Medium Violet Red. HEX triplet: BA, 00 and 91. RGB value is (186,0,145). Sum of RGB (Red+Green+Blue) = 186+0+145=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0091 is #45FF6E. Grayscale: #474747. Windows color (decimal): -4587375 or 9502906. OLE color: 9502906.

HSL color Cylindrical-coordinate representation of color #BA0091: hue angle of 313.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0091 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 145 -
CMYK 0 1 0.22 0.27
HSL 313.23º 1% 0.36% -
HSV(B) 313.23º 1% 0.73% -
XYZ 25.36 12.48 27.86 -
YUV 72.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 186 0 145 0 1 0.22 0.27 313.23 1 0.36
Hex BA 0 91 0 64 16 1B 139 64 24
Octal 272 0 221 0 144 26 33 471 144 44
Binary 10111010 0 10010001 0 1100100 10110 11011 100111001 1100100 100100

Color Harmonies of #BA0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0091

Black with #BA0091

Text Example


Text Example

White with #BA0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0091; }

 p { color: rgb(186,0,145); }

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

background-color css

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

 a { background-color: rgb(186,0,145); }

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

border-color css

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

 span { border-color: rgb(186,0,145); }

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