Html Css Color HEX #BA287C Medium Red Violet

📋 copy color: '#BA287C'

red 186 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #BA287C

Tints of Medium Red Violet #BA287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 53.14%
G = 11.43%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA287C (or 0xBA287C) is known color: Medium Red Violet. HEX triplet: BA, 28 and 7C. RGB value is (186,40,124). Sum of RGB (Red+Green+Blue) = 186+40+124=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA287C is #45D783. Grayscale: #5D5D5D. Windows color (decimal): -4577156 or 8136890. OLE color: 8136890.

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

Color convert

RGB 186 40 124 -
CMYK 0 0.78 0.33 0.27
HSL 325.48º 0.65% 0.44% -
HSV(B) 325.48º 0.78% 0.73% -
XYZ 24.65 13.41 20.36 -
YUV 93.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 186 40 124 0 0.78 0.33 0.27 325.48 0.65 0.44
Hex BA 28 7C 0 4E 21 1B 145 41 2C
Octal 272 50 174 0 116 41 33 505 101 54
Binary 10111010 101000 1111100 0 1001110 100001 11011 101000101 1000001 101100

Color Harmonies of #BA287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA287C

Black with #BA287C

Text Example


Text Example

White with #BA287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA287C; }

 p { color: rgb(186,40,124); }

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

background-color css

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

 a { background-color: rgb(186,40,124); }

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

border-color css

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

 span { border-color: rgb(186,40,124); }

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