Html Css Color HEX #BA288E Medium Red Violet

📋 copy color: '#BA288E'

red 186 ◦ green 40 ◦ blue 142

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

Shades of Medium Red Violet #BA288E

Tints of Medium Red Violet #BA288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 50.54%
G = 10.87%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA288E (or 0xBA288E) is known color: Medium Red Violet. HEX triplet: BA, 28 and 8E. RGB value is (186,40,142). Sum of RGB (Red+Green+Blue) = 186+40+142=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA288E is #45D771. Grayscale: #5F5F5F. Windows color (decimal): -4577138 or 9316538. OLE color: 9316538.

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

Color convert

RGB 186 40 142 -
CMYK 0 0.78 0.24 0.27
HSL 318.08º 0.65% 0.44% -
HSV(B) 318.08º 0.78% 0.73% -
XYZ 25.89 13.91 26.91 -
YUV 95.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 186 40 142 0 0.78 0.24 0.27 318.08 0.65 0.44
Hex BA 28 8E 0 4E 18 1B 13E 41 2C
Octal 272 50 216 0 116 30 33 476 101 54
Binary 10111010 101000 10001110 0 1001110 11000 11011 100111110 1000001 101100

Color Harmonies of #BA288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA288E

Black with #BA288E

Text Example


Text Example

White with #BA288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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