Html Css Color HEX #BA3E9D Medium Red Violet

📋 copy color: '#BA3E9D'

red 186 ◦ green 62 ◦ blue 157

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

Shades of Medium Red Violet #BA3E9D

Tints of Medium Red Violet #BA3E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 45.93%
G = 15.31%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA3E9D (or 0xBA3E9D) is known color: Medium Red Violet. HEX triplet: BA, 3E and 9D. RGB value is (186,62,157). Sum of RGB (Red+Green+Blue) = 186+62+157=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E9D is #45C162. Grayscale: #6D6D6D. Windows color (decimal): -4571491 or 10305210. OLE color: 10305210.

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

Color convert

RGB 186 62 157 -
CMYK 0 0.67 0.16 0.27
HSL 314.03º 0.5% 0.49% -
HSV(B) 314.03º 0.67% 0.73% -
XYZ 28.06 16.32 33.57 -
YUV 109.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 186 62 157 0 0.67 0.16 0.27 314.03 0.5 0.49
Hex BA 3E 9D 0 43 10 1B 13A 32 31
Octal 272 76 235 0 103 20 33 472 62 61
Binary 10111010 111110 10011101 0 1000011 10000 11011 100111010 110010 110001

Color Harmonies of #BA3E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E9D

Black with #BA3E9D

Text Example


Text Example

White with #BA3E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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