Html Css Color HEX #BA28AD Medium Red Violet

📋 copy color: '#BA28AD'

red 186 ◦ green 40 ◦ blue 173

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

Shades of Medium Red Violet #BA28AD

Tints of Medium Red Violet #BA28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 46.62%
G = 10.03%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA28AD (or 0xBA28AD) is known color: Medium Red Violet. HEX triplet: BA, 28 and AD. RGB value is (186,40,173). Sum of RGB (Red+Green+Blue) = 186+40+173=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28AD is #45D752. Grayscale: #626262. Windows color (decimal): -4577107 or 11348154. OLE color: 11348154.

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

Color convert

RGB 186 40 173 -
CMYK 0 0.78 0.07 0.27
HSL 305.34º 0.65% 0.44% -
HSV(B) 305.34º 0.78% 0.73% -
XYZ 28.55 14.97 40.92 -
YUV 98.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 186 40 173 0 0.78 0.07 0.27 305.34 0.65 0.44
Hex BA 28 AD 0 4E 7 1B 131 41 2C
Octal 272 50 255 0 116 7 33 461 101 54
Binary 10111010 101000 10101101 0 1001110 111 11011 100110001 1000001 101100

Color Harmonies of #BA28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28AD

Black with #BA28AD

Text Example


Text Example

White with #BA28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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