Html Css Color HEX #BA25C0 Deep Magenta

📋 copy color: '#BA25C0'

red 186 ◦ green 37 ◦ blue 192

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

Shades of Deep Magenta #BA25C0

Tints of Deep Magenta #BA25C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 44.82%
G = 8.92%
B = 46.27%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA25C0 (or 0xBA25C0) is known color: Deep Magenta. HEX triplet: BA, 25 and C0. RGB value is (186,37,192). Sum of RGB (Red+Green+Blue) = 186+37+192=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA25C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25C0 is #45DA3F. Grayscale: #626262. Windows color (decimal): -4577856 or 12592570. OLE color: 12592570.

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

Color convert

RGB 186 37 192 -
CMYK 0.03 0.81 0 0.25
HSL 297.68º 0.68% 0.45% -
HSV(B) 297.68º 0.81% 0.75% -
XYZ 30.43 15.57 51.27 -
YUV 99.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 186 37 192 0.03 0.81 0 0.25 297.68 0.68 0.45
Hex BA 25 C0 3 51 0 19 12A 44 2D
Octal 272 45 300 3 121 0 31 452 104 55
Binary 10111010 100101 11000000 11 1010001 0 11001 100101010 1000100 101101

Color Harmonies of #BA25C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25C0

Black with #BA25C0

Text Example


Text Example

White with #BA25C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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