Html Css Color HEX #BA318E Medium Red Violet

📋 copy color: '#BA318E'

red 186 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #BA318E

Tints of Medium Red Violet #BA318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 49.34%
G = 13%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA318E (or 0xBA318E) is known color: Medium Red Violet. HEX triplet: BA, 31 and 8E. RGB value is (186,49,142). Sum of RGB (Red+Green+Blue) = 186+49+142=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA318E is #45CE71. Grayscale: #646464. Windows color (decimal): -4574834 or 9318842. OLE color: 9318842.

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

Color convert

RGB 186 49 142 -
CMYK 0 0.74 0.24 0.27
HSL 319.27º 0.58% 0.46% -
HSV(B) 319.27º 0.74% 0.73% -
XYZ 26.23 14.59 27.02 -
YUV 100.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 186 49 142 0 0.74 0.24 0.27 319.27 0.58 0.46
Hex BA 31 8E 0 4A 18 1B 13F 3A 2E
Octal 272 61 216 0 112 30 33 477 72 56
Binary 10111010 110001 10001110 0 1001010 11000 11011 100111111 111010 101110

Color Harmonies of #BA318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA318E

Black with #BA318E

Text Example


Text Example

White with #BA318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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