Html Css Color HEX #BA25A2 Medium Red Violet

📋 copy color: '#BA25A2'

red 186 ◦ green 37 ◦ blue 162

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

Shades of Medium Red Violet #BA25A2

Tints of Medium Red Violet #BA25A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 48.31%
G = 9.61%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA25A2 (or 0xBA25A2) is known color: Medium Red Violet. HEX triplet: BA, 25 and A2. RGB value is (186,37,162). Sum of RGB (Red+Green+Blue) = 186+37+162=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A2 is #45DA5D. Grayscale: #5F5F5F. Windows color (decimal): -4577886 or 10626490. OLE color: 10626490.

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

Color convert

RGB 186 37 162 -
CMYK 0 0.80 0.13 0.27
HSL 309.66º 0.67% 0.44% -
HSV(B) 309.66º 0.8% 0.73% -
XYZ 27.43 14.37 35.51 -
YUV 95.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 186 37 162 0 0.80 0.13 0.27 309.66 0.67 0.44
Hex BA 25 A2 0 50 D 1B 136 43 2C
Octal 272 45 242 0 120 15 33 466 103 54
Binary 10111010 100101 10100010 0 1010000 1101 11011 100110110 1000011 101100

Color Harmonies of #BA25A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25A2

Black with #BA25A2

Text Example


Text Example

White with #BA25A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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