Html Css Color HEX #BA3685 Medium Red Violet

📋 copy color: '#BA3685'

red 186 ◦ green 54 ◦ blue 133

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

Shades of Medium Red Violet #BA3685

Tints of Medium Red Violet #BA3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 49.87%
G = 14.48%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3685 (or 0xBA3685) is known color: Medium Red Violet. HEX triplet: BA, 36 and 85. RGB value is (186,54,133). Sum of RGB (Red+Green+Blue) = 186+54+133=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3685 is #45C97A. Grayscale: #666666. Windows color (decimal): -4573563 or 8730298. OLE color: 8730298.

HSL color Cylindrical-coordinate representation of color #BA3685: hue angle of 324.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3685 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 133 -
CMYK 0 0.71 0.28 0.27
HSL 324.09º 0.55% 0.47% -
HSV(B) 324.09º 0.71% 0.73% -
XYZ 25.8 14.77 23.68 -
YUV 102.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 186 54 133 0 0.71 0.28 0.27 324.09 0.55 0.47
Hex BA 36 85 0 47 1C 1B 144 37 2F
Octal 272 66 205 0 107 34 33 504 67 57
Binary 10111010 110110 10000101 0 1000111 11100 11011 101000100 110111 101111

Color Harmonies of #BA3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3685

Black with #BA3685

Text Example


Text Example

White with #BA3685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3685; }

 p { color: rgb(186,54,133); }

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

background-color css

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

 a { background-color: rgb(186,54,133); }

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

border-color css

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

 span { border-color: rgb(186,54,133); }

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