Html Css Color HEX #BA25A0 Medium Red Violet

📋 copy color: '#BA25A0'

red 186 ◦ green 37 ◦ blue 160

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

Shades of Medium Red Violet #BA25A0

Tints of Medium Red Violet #BA25A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 48.56%
G = 9.66%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA25A0 (or 0xBA25A0) is known color: Medium Red Violet. HEX triplet: BA, 25 and A0. RGB value is (186,37,160). Sum of RGB (Red+Green+Blue) = 186+37+160=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A0 is #45DA5F. Grayscale: #5F5F5F. Windows color (decimal): -4577888 or 10495418. OLE color: 10495418.

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

Color convert

RGB 186 37 160 -
CMYK 0 0.80 0.14 0.27
HSL 310.47º 0.67% 0.44% -
HSV(B) 310.47º 0.8% 0.73% -
XYZ 27.26 14.3 34.58 -
YUV 95.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 186 37 160 0 0.80 0.14 0.27 310.47 0.67 0.44
Hex BA 25 A0 0 50 E 1B 136 43 2C
Octal 272 45 240 0 120 16 33 466 103 54
Binary 10111010 100101 10100000 0 1010000 1110 11011 100110110 1000011 101100

Color Harmonies of #BA25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25A0

Black with #BA25A0

Text Example


Text Example

White with #BA25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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