Html Css Color HEX #BA00D7 Deep Magenta

📋 copy color: '#BA00D7'

red 186 ◦ green 0 ◦ blue 215

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

Shades of Deep Magenta #BA00D7

Tints of Deep Magenta #BA00D7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 215 (84.38% from 255) = 53.62%

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA00D7 (or 0xBA00D7) is known color: Deep Magenta. HEX triplet: BA, 00 and D7. RGB value is (186,0,215). Sum of RGB (Red+Green+Blue) = 186+0+215=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA00D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00D7 is #45FF28. Grayscale: #4F4F4F. Windows color (decimal): -4587305 or 14090426. OLE color: 14090426.

HSL color Cylindrical-coordinate representation of color #BA00D7: hue angle of 291.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00D7 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 0 215 -
CMYK 0.13 1 0 0.16
HSL 291.91º 1% 0.42% -
HSV(B) 291.91º 1% 0.84% -
XYZ 32.52 15.35 65.54 -
YUV 80.12 204.12 203.52 -
System Red Green Blue C M Y K H S L
Decimal 186 0 215 0.13 1 0 0.16 291.91 1 0.42
Hex BA 0 D7 D 64 0 10 124 64 2A
Octal 272 0 327 15 144 0 20 444 144 52
Binary 10111010 0 11010111 1101 1100100 0 10000 100100100 1100100 101010

Color Harmonies of #BA00D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00D7

Black with #BA00D7

Text Example


Text Example

White with #BA00D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00D7; }

 p { color: rgb(186,0,215); }

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

background-color css

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

 a { background-color: rgb(186,0,215); }

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

border-color css

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

 span { border-color: rgb(186,0,215); }

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