Html Css Color HEX #BA25B7 Deep Magenta

📋 copy color: '#BA25B7'

red 186 ◦ green 37 ◦ blue 183

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

Shades of Deep Magenta #BA25B7

Tints of Deep Magenta #BA25B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 45.81%
G = 9.11%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA25B7 (or 0xBA25B7) is known color: Deep Magenta. HEX triplet: BA, 25 and B7. RGB value is (186,37,183). Sum of RGB (Red+Green+Blue) = 186+37+183=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25B7 is #45DA48. Grayscale: #616161. Windows color (decimal): -4577865 or 12002746. OLE color: 12002746.

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

Color convert

RGB 186 37 183 -
CMYK 0 0.80 0.02 0.27
HSL 301.21º 0.67% 0.44% -
HSV(B) 301.21º 0.8% 0.73% -
XYZ 29.46 15.18 46.18 -
YUV 98.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 186 37 183 0 0.80 0.02 0.27 301.21 0.67 0.44
Hex BA 25 B7 0 50 2 1B 12D 43 2C
Octal 272 45 267 0 120 2 33 455 103 54
Binary 10111010 100101 10110111 0 1010000 10 11011 100101101 1000011 101100

Color Harmonies of #BA25B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25B7

Black with #BA25B7

Text Example


Text Example

White with #BA25B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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