Html Css Color HEX #BA25C1 Deep Magenta

📋 copy color: '#BA25C1'

red 186 ◦ green 37 ◦ blue 193

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

Shades of Deep Magenta #BA25C1

Tints of Deep Magenta #BA25C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 44.71%
G = 8.89%
B = 46.39%

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

#BA25C1 (or 0xBA25C1) is known color: Deep Magenta. HEX triplet: BA, 25 and C1. RGB value is (186,37,193). Sum of RGB (Red+Green+Blue) = 186+37+193=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA25C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25C1 is #45DA3E. Grayscale: #626262. Windows color (decimal): -4577855 or 12658106. OLE color: 12658106.

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

Color convert

RGB 186 37 193 -
CMYK 0.04 0.81 0 0.24
HSL 297.31º 0.68% 0.45% -
HSV(B) 297.31º 0.81% 0.76% -
XYZ 30.54 15.61 51.86 -
YUV 99.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 186 37 193 0.04 0.81 0 0.24 297.31 0.68 0.45
Hex BA 25 C1 4 51 0 18 129 44 2D
Octal 272 45 301 4 121 0 30 451 104 55
Binary 10111010 100101 11000001 100 1010001 0 11000 100101001 1000100 101101

Color Harmonies of #BA25C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25C1

Black with #BA25C1

Text Example


Text Example

White with #BA25C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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