Html Css Color HEX #BA25C3 Deep Magenta

📋 copy color: '#BA25C3'

red 186 ◦ green 37 ◦ blue 195

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

Shades of Deep Magenta #BA25C3

Tints of Deep Magenta #BA25C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.65%

R = 44.5%
G = 8.85%
B = 46.65%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA25C3 (or 0xBA25C3) is known color: Deep Magenta. HEX triplet: BA, 25 and C3. RGB value is (186,37,195). Sum of RGB (Red+Green+Blue) = 186+37+195=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA25C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25C3 is #45DA3C. Grayscale: #636363. Windows color (decimal): -4577853 or 12789178. OLE color: 12789178.

HSL color Cylindrical-coordinate representation of color #BA25C3: hue angle of 296.58º 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 #BA25C3 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 37 195 -
CMYK 0.05 0.81 0 0.24
HSL 296.58º 0.68% 0.45% -
HSV(B) 296.58º 0.81% 0.76% -
XYZ 30.76 15.7 53.04 -
YUV 99.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 186 37 195 0.05 0.81 0 0.24 296.58 0.68 0.45
Hex BA 25 C3 5 51 0 18 129 44 2D
Octal 272 45 303 5 121 0 30 451 104 55
Binary 10111010 100101 11000011 101 1010001 0 11000 100101001 1000100 101101

Color Harmonies of #BA25C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25C3

Black with #BA25C3

Text Example


Text Example

White with #BA25C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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