Html Css Color HEX #BA3186 Medium Red Violet

📋 copy color: '#BA3186'

red 186 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #BA3186

Tints of Medium Red Violet #BA3186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 50.41%
G = 13.28%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3186 (or 0xBA3186) is known color: Medium Red Violet. HEX triplet: BA, 31 and 86. RGB value is (186,49,134). Sum of RGB (Red+Green+Blue) = 186+49+134=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3186 is #45CE79. Grayscale: #636363. Windows color (decimal): -4574842 or 8794554. OLE color: 8794554.

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

Color convert

RGB 186 49 134 -
CMYK 0 0.74 0.28 0.27
HSL 322.77º 0.58% 0.46% -
HSV(B) 322.77º 0.74% 0.73% -
XYZ 25.65 14.36 23.97 -
YUV 99.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 186 49 134 0 0.74 0.28 0.27 322.77 0.58 0.46
Hex BA 31 86 0 4A 1C 1B 143 3A 2E
Octal 272 61 206 0 112 34 33 503 72 56
Binary 10111010 110001 10000110 0 1001010 11100 11011 101000011 111010 101110

Color Harmonies of #BA3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3186

Black with #BA3186

Text Example


Text Example

White with #BA3186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3186; }

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

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

background-color css

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

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

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

border-color css

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

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

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