Html Css Color HEX #BA25C2 Deep Magenta

📋 copy color: '#BA25C2'

red 186 ◦ green 37 ◦ blue 194

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

Shades of Deep Magenta #BA25C2

Tints of Deep Magenta #BA25C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.52%

R = 44.6%
G = 8.87%
B = 46.52%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA25C2 (or 0xBA25C2) is known color: Deep Magenta. HEX triplet: BA, 25 and C2. RGB value is (186,37,194). Sum of RGB (Red+Green+Blue) = 186+37+194=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA25C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25C2 is #45DA3D. Grayscale: #626262. Windows color (decimal): -4577854 or 12723642. OLE color: 12723642.

HSL color Cylindrical-coordinate representation of color #BA25C2: hue angle of 296.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA25C2 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 37 194 -
CMYK 0.04 0.81 0 0.24
HSL 296.94º 0.68% 0.45% -
HSV(B) 296.94º 0.81% 0.76% -
XYZ 30.65 15.66 52.45 -
YUV 99.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 186 37 194 0.04 0.81 0 0.24 296.94 0.68 0.45
Hex BA 25 C2 4 51 0 18 129 44 2D
Octal 272 45 302 4 121 0 30 451 104 55
Binary 10111010 100101 11000010 100 1010001 0 11000 100101001 1000100 101101

Color Harmonies of #BA25C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25C2

Black with #BA25C2

Text Example


Text Example

White with #BA25C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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