Html Css Color HEX #BA04C1 Deep Magenta

📋 copy color: '#BA04C1'

red 186 ◦ green 4 ◦ blue 193

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

Shades of Deep Magenta #BA04C1

Tints of Deep Magenta #BA04C1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 48.56%
G = 1.04%
B = 50.39%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA04C1 (or 0xBA04C1) is known color: Deep Magenta. HEX triplet: BA, 04 and C1. RGB value is (186,4,193). Sum of RGB (Red+Green+Blue) = 186+4+193=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA04C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04C1 is #45FB3E. Grayscale: #4F4F4F. Windows color (decimal): -4586303 or 12649658. OLE color: 12649658.

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

Color convert

RGB 186 4 193 -
CMYK 0.04 0.98 0 0.24
HSL 297.78º 0.96% 0.39% -
HSV(B) 297.78º 0.98% 0.76% -
XYZ 29.92 14.38 51.65 -
YUV 79.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 186 4 193 0.04 0.98 0 0.24 297.78 0.96 0.39
Hex BA 4 C1 4 62 0 18 12A 60 27
Octal 272 4 301 4 142 0 30 452 140 47
Binary 10111010 100 11000001 100 1100010 0 11000 100101010 1100000 100111

Color Harmonies of #BA04C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04C1

Black with #BA04C1

Text Example


Text Example

White with #BA04C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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