Html Css Color HEX #BA04C0 Deep Magenta

📋 copy color: '#BA04C0'

red 186 ◦ green 4 ◦ blue 192

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

Shades of Deep Magenta #BA04C0

Tints of Deep Magenta #BA04C0

RGB

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

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

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

R = 48.69%
G = 1.05%
B = 50.26%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA04C0 (or 0xBA04C0) is known color: Deep Magenta. HEX triplet: BA, 04 and C0. RGB value is (186,4,192). Sum of RGB (Red+Green+Blue) = 186+4+192=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA04C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04C0 is #45FB3F. Grayscale: #4F4F4F. Windows color (decimal): -4586304 or 12584122. OLE color: 12584122.

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

Color convert

RGB 186 4 192 -
CMYK 0.03 0.98 0 0.25
HSL 298.09º 0.96% 0.38% -
HSV(B) 298.09º 0.98% 0.75% -
XYZ 29.81 14.33 51.06 -
YUV 79.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 186 4 192 0.03 0.98 0 0.25 298.09 0.96 0.38
Hex BA 4 C0 3 62 0 19 12A 60 26
Octal 272 4 300 3 142 0 31 452 140 46
Binary 10111010 100 11000000 11 1100010 0 11001 100101010 1100000 100110

Color Harmonies of #BA04C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04C0

Black with #BA04C0

Text Example


Text Example

White with #BA04C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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