Html Css Color HEX #BA05BE Deep Magenta

📋 copy color: '#BA05BE'

red 186 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #BA05BE

Tints of Deep Magenta #BA05BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 48.82%
G = 1.31%
B = 49.87%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA05BE (or 0xBA05BE) is known color: Deep Magenta. HEX triplet: BA, 05 and BE. RGB value is (186,5,190). Sum of RGB (Red+Green+Blue) = 186+5+190=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA05BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05BE is #45FA41. Grayscale: #4F4F4F. Windows color (decimal): -4586050 or 12453306. OLE color: 12453306.

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

Color convert

RGB 186 5 190 -
CMYK 0.02 0.97 0 0.25
HSL 298.7º 0.95% 0.38% -
HSV(B) 298.7º 0.97% 0.75% -
XYZ 29.6 14.27 49.91 -
YUV 80.21 189.97 203.46 -
System Red Green Blue C M Y K H S L
Decimal 186 5 190 0.02 0.97 0 0.25 298.7 0.95 0.38
Hex BA 5 BE 2 61 0 19 12B 5F 26
Octal 272 5 276 2 141 0 31 453 137 46
Binary 10111010 101 10111110 10 1100001 0 11001 100101011 1011111 100110

Color Harmonies of #BA05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05BE

Black with #BA05BE

Text Example


Text Example

White with #BA05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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