Html Css Color HEX #BA25B9 Deep Magenta

📋 copy color: '#BA25B9'

red 186 ◦ green 37 ◦ blue 185

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

Shades of Deep Magenta #BA25B9

Tints of Deep Magenta #BA25B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 45.59%
G = 9.07%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA25B9 (or 0xBA25B9) is known color: Deep Magenta. HEX triplet: BA, 25 and B9. RGB value is (186,37,185). Sum of RGB (Red+Green+Blue) = 186+37+185=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25B9 is #45DA46. Grayscale: #616161. Windows color (decimal): -4577863 or 12133818. OLE color: 12133818.

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

Color convert

RGB 186 37 185 -
CMYK 0 0.80 0.01 0.27
HSL 300.4º 0.67% 0.44% -
HSV(B) 300.4º 0.8% 0.73% -
XYZ 29.67 15.27 47.28 -
YUV 98.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 186 37 185 0 0.80 0.01 0.27 300.4 0.67 0.44
Hex BA 25 B9 0 50 1 1B 12C 43 2C
Octal 272 45 271 0 120 1 33 454 103 54
Binary 10111010 100101 10111001 0 1010000 1 11011 100101100 1000011 101100

Color Harmonies of #BA25B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25B9

Black with #BA25B9

Text Example


Text Example

White with #BA25B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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