Html Css Color HEX #BA04BE Deep Magenta

📋 copy color: '#BA04BE'

red 186 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #BA04BE

Tints of Deep Magenta #BA04BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 48.95%
G = 1.05%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA04BE (or 0xBA04BE) is known color: Deep Magenta. HEX triplet: BA, 04 and BE. RGB value is (186,4,190). Sum of RGB (Red+Green+Blue) = 186+4+190=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04BE is #45FB41. Grayscale: #4F4F4F. Windows color (decimal): -4586306 or 12453050. OLE color: 12453050.

HSL color Cylindrical-coordinate representation of color #BA04BE: hue angle of 298.71º 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 #BA04BE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 4 190 -
CMYK 0.02 0.98 0 0.25
HSL 298.71º 0.96% 0.38% -
HSV(B) 298.71º 0.98% 0.75% -
XYZ 29.59 14.24 49.91 -
YUV 79.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 186 4 190 0.02 0.98 0 0.25 298.71 0.96 0.38
Hex BA 4 BE 2 62 0 19 12B 60 26
Octal 272 4 276 2 142 0 31 453 140 46
Binary 10111010 100 10111110 10 1100010 0 11001 100101011 1100000 100110

Color Harmonies of #BA04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04BE

Black with #BA04BE

Text Example


Text Example

White with #BA04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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