Html Css Color HEX #BA25A8 Medium Red Violet

📋 copy color: '#BA25A8'

red 186 ◦ green 37 ◦ blue 168

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

Shades of Medium Red Violet #BA25A8

Tints of Medium Red Violet #BA25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 47.57%
G = 9.46%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA25A8 (or 0xBA25A8) is known color: Medium Red Violet. HEX triplet: BA, 25 and A8. RGB value is (186,37,168). Sum of RGB (Red+Green+Blue) = 186+37+168=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A8 is #45DA57. Grayscale: #606060. Windows color (decimal): -4577880 or 11019706. OLE color: 11019706.

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

Color convert

RGB 186 37 168 -
CMYK 0 0.80 0.10 0.27
HSL 307.25º 0.67% 0.44% -
HSV(B) 307.25º 0.8% 0.73% -
XYZ 27.98 14.59 38.39 -
YUV 96.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 186 37 168 0 0.80 0.10 0.27 307.25 0.67 0.44
Hex BA 25 A8 0 50 A 1B 133 43 2C
Octal 272 45 250 0 120 12 33 463 103 54
Binary 10111010 100101 10101000 0 1010000 1010 11011 100110011 1000011 101100

Color Harmonies of #BA25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25A8

Black with #BA25A8

Text Example


Text Example

White with #BA25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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