Html Css Color HEX #BA3387 Medium Red Violet

📋 copy color: '#BA3387'

red 186 ◦ green 51 ◦ blue 135

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

Shades of Medium Red Violet #BA3387

Tints of Medium Red Violet #BA3387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 50%
G = 13.71%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA3387 (or 0xBA3387) is known color: Medium Red Violet. HEX triplet: BA, 33 and 87. RGB value is (186,51,135). Sum of RGB (Red+Green+Blue) = 186+51+135=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3387 is #45CC78. Grayscale: #646464. Windows color (decimal): -4574329 or 8860602. OLE color: 8860602.

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

Color convert

RGB 186 51 135 -
CMYK 0 0.73 0.27 0.27
HSL 322.67º 0.57% 0.46% -
HSV(B) 322.67º 0.73% 0.73% -
XYZ 25.81 14.56 24.37 -
YUV 100.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 186 51 135 0 0.73 0.27 0.27 322.67 0.57 0.46
Hex BA 33 87 0 49 1B 1B 143 39 2E
Octal 272 63 207 0 111 33 33 503 71 56
Binary 10111010 110011 10000111 0 1001001 11011 11011 101000011 111001 101110

Color Harmonies of #BA3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3387

Black with #BA3387

Text Example


Text Example

White with #BA3387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3387; }

 p { color: rgb(186,51,135); }

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

background-color css

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

 a { background-color: rgb(186,51,135); }

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

border-color css

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

 span { border-color: rgb(186,51,135); }

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