Html Css Color HEX #BA25AD Medium Red Violet

📋 copy color: '#BA25AD'

red 186 ◦ green 37 ◦ blue 173

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

Shades of Medium Red Violet #BA25AD

Tints of Medium Red Violet #BA25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.34%

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

R = 46.97%
G = 9.34%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA25AD (or 0xBA25AD) is known color: Medium Red Violet. HEX triplet: BA, 25 and AD. RGB value is (186,37,173). Sum of RGB (Red+Green+Blue) = 186+37+173=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25AD is #45DA52. Grayscale: #606060. Windows color (decimal): -4577875 or 11347386. OLE color: 11347386.

HSL color Cylindrical-coordinate representation of color #BA25AD: hue angle of 305.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA25AD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 173 -
CMYK 0 0.80 0.07 0.27
HSL 305.23º 0.67% 0.44% -
HSV(B) 305.23º 0.8% 0.73% -
XYZ 28.45 14.78 40.89 -
YUV 97.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 186 37 173 0 0.80 0.07 0.27 305.23 0.67 0.44
Hex BA 25 AD 0 50 7 1B 131 43 2C
Octal 272 45 255 0 120 7 33 461 103 54
Binary 10111010 100101 10101101 0 1010000 111 11011 100110001 1000011 101100

Color Harmonies of #BA25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25AD

Black with #BA25AD

Text Example


Text Example

White with #BA25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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