Html Css Color HEX #BA25A6 Medium Red Violet

📋 copy color: '#BA25A6'

red 186 ◦ green 37 ◦ blue 166

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

Shades of Medium Red Violet #BA25A6

Tints of Medium Red Violet #BA25A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 47.81%
G = 9.51%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA25A6 (or 0xBA25A6) is known color: Medium Red Violet. HEX triplet: BA, 25 and A6. RGB value is (186,37,166). Sum of RGB (Red+Green+Blue) = 186+37+166=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A6 is #45DA59. Grayscale: #5F5F5F. Windows color (decimal): -4577882 or 10888634. OLE color: 10888634.

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

Color convert

RGB 186 37 166 -
CMYK 0 0.80 0.11 0.27
HSL 308.05º 0.67% 0.44% -
HSV(B) 308.05º 0.8% 0.73% -
XYZ 27.79 14.52 37.41 -
YUV 96.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 186 37 166 0 0.80 0.11 0.27 308.05 0.67 0.44
Hex BA 25 A6 0 50 B 1B 134 43 2C
Octal 272 45 246 0 120 13 33 464 103 54
Binary 10111010 100101 10100110 0 1010000 1011 11011 100110100 1000011 101100

Color Harmonies of #BA25A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25A6

Black with #BA25A6

Text Example


Text Example

White with #BA25A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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