Html Css Color HEX #BA318F Medium Red Violet

📋 copy color: '#BA318F'

red 186 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #BA318F

Tints of Medium Red Violet #BA318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 49.21%
G = 12.96%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA318F (or 0xBA318F) is known color: Medium Red Violet. HEX triplet: BA, 31 and 8F. RGB value is (186,49,143). Sum of RGB (Red+Green+Blue) = 186+49+143=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA318F is #45CE70. Grayscale: #646464. Windows color (decimal): -4574833 or 9384378. OLE color: 9384378.

HSL color Cylindrical-coordinate representation of color #BA318F: hue angle of 318.83º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA318F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 143 -
CMYK 0 0.74 0.23 0.27
HSL 318.83º 0.58% 0.46% -
HSV(B) 318.83º 0.74% 0.73% -
XYZ 26.31 14.62 27.42 -
YUV 100.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 186 49 143 0 0.74 0.23 0.27 318.83 0.58 0.46
Hex BA 31 8F 0 4A 17 1B 13F 3A 2E
Octal 272 61 217 0 112 27 33 477 72 56
Binary 10111010 110001 10001111 0 1001010 10111 11011 100111111 111010 101110

Color Harmonies of #BA318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA318F

Black with #BA318F

Text Example


Text Example

White with #BA318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA318F; }

 p { color: rgb(186,49,143); }

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

background-color css

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

 a { background-color: rgb(186,49,143); }

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

border-color css

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

 span { border-color: rgb(186,49,143); }

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