Html Css Color HEX #BA25BA Deep Magenta

📋 copy color: '#BA25BA'

red 186 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #BA25BA

Tints of Deep Magenta #BA25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 45.48%
G = 9.05%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA25BA (or 0xBA25BA) is known color: Deep Magenta. HEX triplet: BA, 25 and BA. RGB value is (186,37,186). Sum of RGB (Red+Green+Blue) = 186+37+186=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25BA is #45DA45. Grayscale: #626262. Windows color (decimal): -4577862 or 12199354. OLE color: 12199354.

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

Color convert

RGB 186 37 186 -
CMYK 0 0.80 0 0.27
HSL 300º 0.67% 0.44% -
HSV(B) 300º 0.8% 0.73% -
XYZ 29.77 15.31 47.84 -
YUV 98.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 186 37 186 0 0.80 0 0.27 300 0.67 0.44
Hex BA 25 BA 0 50 0 1B 12C 43 2C
Octal 272 45 272 0 120 0 33 454 103 54
Binary 10111010 100101 10111010 0 1010000 0 11011 100101100 1000011 101100

Color Harmonies of #BA25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25BA

Black with #BA25BA

Text Example


Text Example

White with #BA25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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