Html Css Color HEX #BA25AF Deep Magenta

📋 copy color: '#BA25AF'

red 186 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #BA25AF

Tints of Deep Magenta #BA25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 46.73%
G = 9.3%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA25AF (or 0xBA25AF) is known color: Deep Magenta. HEX triplet: BA, 25 and AF. RGB value is (186,37,175). Sum of RGB (Red+Green+Blue) = 186+37+175=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25AF is #45DA50. Grayscale: #606060. Windows color (decimal): -4577873 or 11478458. OLE color: 11478458.

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

Color convert

RGB 186 37 175 -
CMYK 0 0.80 0.06 0.27
HSL 304.43º 0.67% 0.44% -
HSV(B) 304.43º 0.8% 0.73% -
XYZ 28.65 14.86 41.92 -
YUV 97.28 171.86 191.28 -
System Red Green Blue C M Y K H S L
Decimal 186 37 175 0 0.80 0.06 0.27 304.43 0.67 0.44
Hex BA 25 AF 0 50 6 1B 130 43 2C
Octal 272 45 257 0 120 6 33 460 103 54
Binary 10111010 100101 10101111 0 1010000 110 11011 100110000 1000011 101100

Color Harmonies of #BA25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25AF

Black with #BA25AF

Text Example


Text Example

White with #BA25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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