Html Css Color HEX #BA25AB Medium Red Violet

📋 copy color: '#BA25AB'

red 186 ◦ green 37 ◦ blue 171

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

Shades of Medium Red Violet #BA25AB

Tints of Medium Red Violet #BA25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 47.21%
G = 9.39%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA25AB (or 0xBA25AB) is known color: Medium Red Violet. HEX triplet: BA, 25 and AB. RGB value is (186,37,171). Sum of RGB (Red+Green+Blue) = 186+37+171=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25AB is #45DA54. Grayscale: #606060. Windows color (decimal): -4577877 or 11216314. OLE color: 11216314.

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

Color convert

RGB 186 37 171 -
CMYK 0 0.80 0.08 0.27
HSL 306.04º 0.67% 0.44% -
HSV(B) 306.04º 0.8% 0.73% -
XYZ 28.26 14.7 39.88 -
YUV 96.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 186 37 171 0 0.80 0.08 0.27 306.04 0.67 0.44
Hex BA 25 AB 0 50 8 1B 132 43 2C
Octal 272 45 253 0 120 10 33 462 103 54
Binary 10111010 100101 10101011 0 1010000 1000 11011 100110010 1000011 101100

Color Harmonies of #BA25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25AB

Black with #BA25AB

Text Example


Text Example

White with #BA25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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