Html Css Color HEX #BA28AC Medium Red Violet

📋 copy color: '#BA28AC'

red 186 ◦ green 40 ◦ blue 172

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

Shades of Medium Red Violet #BA28AC

Tints of Medium Red Violet #BA28AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 46.73%
G = 10.05%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA28AC (or 0xBA28AC) is known color: Medium Red Violet. HEX triplet: BA, 28 and AC. RGB value is (186,40,172). Sum of RGB (Red+Green+Blue) = 186+40+172=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28AC is #45D753. Grayscale: #626262. Windows color (decimal): -4577108 or 11282618. OLE color: 11282618.

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

Color convert

RGB 186 40 172 -
CMYK 0 0.78 0.08 0.27
HSL 305.75º 0.65% 0.44% -
HSV(B) 305.75º 0.78% 0.73% -
XYZ 28.45 14.94 40.41 -
YUV 98.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 186 40 172 0 0.78 0.08 0.27 305.75 0.65 0.44
Hex BA 28 AC 0 4E 8 1B 132 41 2C
Octal 272 50 254 0 116 10 33 462 101 54
Binary 10111010 101000 10101100 0 1001110 1000 11011 100110010 1000001 101100

Color Harmonies of #BA28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28AC

Black with #BA28AC

Text Example


Text Example

White with #BA28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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