Html Css Color HEX #BA3E9F Medium Red Violet

📋 copy color: '#BA3E9F'

red 186 ◦ green 62 ◦ blue 159

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

Shades of Medium Red Violet #BA3E9F

Tints of Medium Red Violet #BA3E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 45.7%
G = 15.23%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA3E9F (or 0xBA3E9F) is known color: Medium Red Violet. HEX triplet: BA, 3E and 9F. RGB value is (186,62,159). Sum of RGB (Red+Green+Blue) = 186+62+159=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E9F is #45C160. Grayscale: #6D6D6D. Windows color (decimal): -4571489 or 10436282. OLE color: 10436282.

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

Color convert

RGB 186 62 159 -
CMYK 0 0.67 0.15 0.27
HSL 313.06º 0.5% 0.49% -
HSV(B) 313.06º 0.67% 0.73% -
XYZ 28.23 16.39 34.48 -
YUV 110.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 186 62 159 0 0.67 0.15 0.27 313.06 0.5 0.49
Hex BA 3E 9F 0 43 F 1B 139 32 31
Octal 272 76 237 0 103 17 33 471 62 61
Binary 10111010 111110 10011111 0 1000011 1111 11011 100111001 110010 110001

Color Harmonies of #BA3E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E9F

Black with #BA3E9F

Text Example


Text Example

White with #BA3E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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