Html Css Color HEX #BA07DD Deep Magenta

📋 copy color: '#BA07DD'

red 186 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #BA07DD

Tints of Deep Magenta #BA07DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 44.93%
G = 1.69%
B = 53.38%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA07DD (or 0xBA07DD) is known color: Deep Magenta. HEX triplet: BA, 07 and DD. RGB value is (186,7,221). Sum of RGB (Red+Green+Blue) = 186+7+221=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07DD is #45F822. Grayscale: #545454. Windows color (decimal): -4585507 or 14485434. OLE color: 14485434.

HSL color Cylindrical-coordinate representation of color #BA07DD: hue angle of 290.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07DD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 7 221 -
CMYK 0.16 0.97 0 0.13
HSL 290.19º 0.94% 0.45% -
HSV(B) 290.19º 0.97% 0.87% -
XYZ 33.38 15.81 69.7 -
YUV 84.92 204.8 200.1 -
System Red Green Blue C M Y K H S L
Decimal 186 7 221 0.16 0.97 0 0.13 290.19 0.94 0.45
Hex BA 7 DD 10 61 0 D 122 5E 2D
Octal 272 7 335 20 141 0 15 442 136 55
Binary 10111010 111 11011101 10000 1100001 0 1101 100100010 1011110 101101

Color Harmonies of #BA07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07DD

Black with #BA07DD

Text Example


Text Example

White with #BA07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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