Html Css Color HEX #BA25BD Deep Magenta

📋 copy color: '#BA25BD'

red 186 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #BA25BD

Tints of Deep Magenta #BA25BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 45.15%
G = 8.98%
B = 45.87%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA25BD (or 0xBA25BD) is known color: Deep Magenta. HEX triplet: BA, 25 and BD. RGB value is (186,37,189). Sum of RGB (Red+Green+Blue) = 186+37+189=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25BD is #45DA42. Grayscale: #626262. Windows color (decimal): -4577859 or 12395962. OLE color: 12395962.

HSL color Cylindrical-coordinate representation of color #BA25BD: hue angle of 298.82º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA25BD is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 37 189 -
CMYK 0.02 0.80 0 0.26
HSL 298.82º 0.67% 0.44% -
HSV(B) 298.82º 0.8% 0.74% -
XYZ 30.1 15.44 49.54 -
YUV 98.88 178.86 190.14 -
System Red Green Blue C M Y K H S L
Decimal 186 37 189 0.02 0.80 0 0.26 298.82 0.67 0.44
Hex BA 25 BD 2 50 0 1A 12B 43 2C
Octal 272 45 275 2 120 0 32 453 103 54
Binary 10111010 100101 10111101 10 1010000 0 11010 100101011 1000011 101100

Color Harmonies of #BA25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25BD

Black with #BA25BD

Text Example


Text Example

White with #BA25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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