Html Css Color HEX #BA1093 Medium Violet Red

📋 copy color: '#BA1093'

red 186 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #BA1093

Tints of Medium Violet Red #BA1093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

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

R = 53.3%
G = 4.58%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA1093 (or 0xBA1093) is known color: Medium Violet Red. HEX triplet: BA, 10 and 93. RGB value is (186,16,147). Sum of RGB (Red+Green+Blue) = 186+16+147=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1093 is #45EF6C. Grayscale: #515151. Windows color (decimal): -4583277 or 9638074. OLE color: 9638074.

HSL color Cylindrical-coordinate representation of color #BA1093: hue angle of 313.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1093 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 147 -
CMYK 0 0.91 0.21 0.27
HSL 313.76º 0.84% 0.4% -
HSV(B) 313.76º 0.91% 0.73% -
XYZ 25.7 12.92 28.74 -
YUV 81.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 186 16 147 0 0.91 0.21 0.27 313.76 0.84 0.4
Hex BA 10 93 0 5B 15 1B 13A 54 28
Octal 272 20 223 0 133 25 33 472 124 50
Binary 10111010 10000 10010011 0 1011011 10101 11011 100111010 1010100 101000

Color Harmonies of #BA1093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1093

Black with #BA1093

Text Example


Text Example

White with #BA1093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1093; }

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

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

background-color css

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

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

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

border-color css

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

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

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