Html Css Color HEX #BA04C7 Deep Magenta

📋 copy color: '#BA04C7'

red 186 ◦ green 4 ◦ blue 199

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

Shades of Deep Magenta #BA04C7

Tints of Deep Magenta #BA04C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.16%

R = 47.81%
G = 1.03%
B = 51.16%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA04C7 (or 0xBA04C7) is known color: Deep Magenta. HEX triplet: BA, 04 and C7. RGB value is (186,4,199). Sum of RGB (Red+Green+Blue) = 186+4+199=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA04C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04C7 is #45FB38. Grayscale: #505050. Windows color (decimal): -4586297 or 13042874. OLE color: 13042874.

HSL color Cylindrical-coordinate representation of color #BA04C7: hue angle of 296º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04C7 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 4 199 -
CMYK 0.07 0.98 0 0.22
HSL 296º 0.96% 0.4% -
HSV(B) 296º 0.98% 0.78% -
XYZ 30.6 14.65 55.25 -
YUV 80.65 194.8 203.14 -
System Red Green Blue C M Y K H S L
Decimal 186 4 199 0.07 0.98 0 0.22 296 0.96 0.4
Hex BA 4 C7 7 62 0 16 128 60 28
Octal 272 4 307 7 142 0 26 450 140 50
Binary 10111010 100 11000111 111 1100010 0 10110 100101000 1100000 101000

Color Harmonies of #BA04C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04C7

Black with #BA04C7

Text Example


Text Example

White with #BA04C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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