Html Css Color HEX #BA07D8 Deep Magenta

📋 copy color: '#BA07D8'

red 186 ◦ green 7 ◦ blue 216

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

Shades of Deep Magenta #BA07D8

Tints of Deep Magenta #BA07D8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 216 (84.77% from 255) = 52.81%

R = 45.48%
G = 1.71%
B = 52.81%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA07D8 (or 0xBA07D8) is known color: Deep Magenta. HEX triplet: BA, 07 and D8. RGB value is (186,7,216). Sum of RGB (Red+Green+Blue) = 186+7+216=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA07D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07D8 is #45F827. Grayscale: #535353. Windows color (decimal): -4585512 or 14157754. OLE color: 14157754.

HSL color Cylindrical-coordinate representation of color #BA07D8: hue angle of 291.39º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07D8 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 7 216 -
CMYK 0.14 0.97 0 0.15
HSL 291.39º 0.94% 0.44% -
HSV(B) 291.39º 0.97% 0.85% -
XYZ 32.72 15.55 66.24 -
YUV 84.35 202.3 200.51 -
System Red Green Blue C M Y K H S L
Decimal 186 7 216 0.14 0.97 0 0.15 291.39 0.94 0.44
Hex BA 7 D8 E 61 0 F 123 5E 2C
Octal 272 7 330 16 141 0 17 443 136 54
Binary 10111010 111 11011000 1110 1100001 0 1111 100100011 1011110 101100

Color Harmonies of #BA07D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07D8

Black with #BA07D8

Text Example


Text Example

White with #BA07D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07D8; }

 p { color: rgb(186,7,216); }

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

background-color css

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

 a { background-color: rgb(186,7,216); }

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

border-color css

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

 span { border-color: rgb(186,7,216); }

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