Html Css Color HEX #BA2E93 Medium Red Violet

📋 copy color: '#BA2E93'

red 186 ◦ green 46 ◦ blue 147

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

Shades of Medium Red Violet #BA2E93

Tints of Medium Red Violet #BA2E93

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.14%

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

R = 49.08%
G = 12.14%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA2E93 (or 0xBA2E93) is known color: Medium Red Violet. HEX triplet: BA, 2E and 93. RGB value is (186,46,147). Sum of RGB (Red+Green+Blue) = 186+46+147=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E93 is #45D16C. Grayscale: #636363. Windows color (decimal): -4575597 or 9645754. OLE color: 9645754.

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

Color convert

RGB 186 46 147 -
CMYK 0 0.75 0.21 0.27
HSL 316.71º 0.6% 0.45% -
HSV(B) 316.71º 0.75% 0.73% -
XYZ 26.49 14.5 29.01 -
YUV 99.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 186 46 147 0 0.75 0.21 0.27 316.71 0.6 0.45
Hex BA 2E 93 0 4B 15 1B 13D 3C 2D
Octal 272 56 223 0 113 25 33 475 74 55
Binary 10111010 101110 10010011 0 1001011 10101 11011 100111101 111100 101101

Color Harmonies of #BA2E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E93

Black with #BA2E93

Text Example


Text Example

White with #BA2E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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