Html Css Color HEX #BA04CA Deep Magenta

📋 copy color: '#BA04CA'

red 186 ◦ green 4 ◦ blue 202

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

Shades of Deep Magenta #BA04CA

Tints of Deep Magenta #BA04CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 47.45%
G = 1.02%
B = 51.53%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA04CA (or 0xBA04CA) is known color: Deep Magenta. HEX triplet: BA, 04 and CA. RGB value is (186,4,202). Sum of RGB (Red+Green+Blue) = 186+4+202=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA04CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04CA is #45FB35. Grayscale: #505050. Windows color (decimal): -4586294 or 13239482. OLE color: 13239482.

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

Color convert

RGB 186 4 202 -
CMYK 0.08 0.98 0 0.21
HSL 295.15º 0.96% 0.4% -
HSV(B) 295.15º 0.98% 0.79% -
XYZ 30.95 14.79 57.1 -
YUV 80.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 186 4 202 0.08 0.98 0 0.21 295.15 0.96 0.4
Hex BA 4 CA 8 62 0 15 127 60 28
Octal 272 4 312 10 142 0 25 447 140 50
Binary 10111010 100 11001010 1000 1100010 0 10101 100100111 1100000 101000

Color Harmonies of #BA04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04CA

Black with #BA04CA

Text Example


Text Example

White with #BA04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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