Html Css Color HEX #BA287F Medium Red Violet

📋 copy color: '#BA287F'

red 186 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #BA287F

Tints of Medium Red Violet #BA287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.98%

R = 52.69%
G = 11.33%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA287F (or 0xBA287F) is known color: Medium Red Violet. HEX triplet: BA, 28 and 7F. RGB value is (186,40,127). Sum of RGB (Red+Green+Blue) = 186+40+127=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA287F is #45D780. Grayscale: #5D5D5D. Windows color (decimal): -4577153 or 8333498. OLE color: 8333498.

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

Color convert

RGB 186 40 127 -
CMYK 0 0.78 0.32 0.27
HSL 324.25º 0.65% 0.44% -
HSV(B) 324.25º 0.78% 0.73% -
XYZ 24.84 13.49 21.37 -
YUV 93.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 186 40 127 0 0.78 0.32 0.27 324.25 0.65 0.44
Hex BA 28 7F 0 4E 20 1B 144 41 2C
Octal 272 50 177 0 116 40 33 504 101 54
Binary 10111010 101000 1111111 0 1001110 100000 11011 101000100 1000001 101100

Color Harmonies of #BA287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA287F

Black with #BA287F

Text Example


Text Example

White with #BA287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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