Html Css Color HEX #BA25B2 Deep Magenta

📋 copy color: '#BA25B2'

red 186 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #BA25B2

Tints of Deep Magenta #BA25B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 46.38%
G = 9.23%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA25B2 (or 0xBA25B2) is known color: Deep Magenta. HEX triplet: BA, 25 and B2. RGB value is (186,37,178). Sum of RGB (Red+Green+Blue) = 186+37+178=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25B2 is #45DA4D. Grayscale: #616161. Windows color (decimal): -4577870 or 11675066. OLE color: 11675066.

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

Color convert

RGB 186 37 178 -
CMYK 0 0.80 0.04 0.27
HSL 303.22º 0.67% 0.44% -
HSV(B) 303.22º 0.8% 0.73% -
XYZ 28.95 14.98 43.48 -
YUV 97.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 186 37 178 0 0.80 0.04 0.27 303.22 0.67 0.44
Hex BA 25 B2 0 50 4 1B 12F 43 2C
Octal 272 45 262 0 120 4 33 457 103 54
Binary 10111010 100101 10110010 0 1010000 100 11011 100101111 1000011 101100

Color Harmonies of #BA25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25B2

Black with #BA25B2

Text Example


Text Example

White with #BA25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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