Html Css Color HEX #BA3E93 Medium Red Violet

📋 copy color: '#BA3E93'

red 186 ◦ green 62 ◦ blue 147

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

Shades of Medium Red Violet #BA3E93

Tints of Medium Red Violet #BA3E93

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 47.09%
G = 15.7%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA3E93 (or 0xBA3E93) is known color: Medium Red Violet. HEX triplet: BA, 3E and 93. RGB value is (186,62,147). Sum of RGB (Red+Green+Blue) = 186+62+147=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E93 is #45C16C. Grayscale: #6C6C6C. Windows color (decimal): -4571501 or 9649850. OLE color: 9649850.

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

Color convert

RGB 186 62 147 -
CMYK 0 0.67 0.21 0.27
HSL 318.87º 0.5% 0.49% -
HSV(B) 318.87º 0.67% 0.73% -
XYZ 27.24 15.99 29.25 -
YUV 108.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 186 62 147 0 0.67 0.21 0.27 318.87 0.5 0.49
Hex BA 3E 93 0 43 15 1B 13F 32 31
Octal 272 76 223 0 103 25 33 477 62 61
Binary 10111010 111110 10010011 0 1000011 10101 11011 100111111 110010 110001

Color Harmonies of #BA3E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E93

Black with #BA3E93

Text Example


Text Example

White with #BA3E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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