Html Css Color HEX #BA00D8 Deep Magenta

📋 copy color: '#BA00D8'

red 186 ◦ green 0 ◦ blue 216

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

Shades of Deep Magenta #BA00D8

Tints of Deep Magenta #BA00D8

RGB

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

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

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

R = 46.27%
G = 0%
B = 53.73%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA00D8 (or 0xBA00D8) is known color: Deep Magenta. HEX triplet: BA, 00 and D8. RGB value is (186,0,216). Sum of RGB (Red+Green+Blue) = 186+0+216=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA00D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00D8 is #45FF27. Grayscale: #4F4F4F. Windows color (decimal): -4587304 or 14155962. OLE color: 14155962.

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

Color convert

RGB 186 0 216 -
CMYK 0.14 1 0 0.15
HSL 291.67º 1% 0.42% -
HSV(B) 291.67º 1% 0.85% -
XYZ 32.64 15.4 66.22 -
YUV 80.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 186 0 216 0.14 1 0 0.15 291.67 1 0.42
Hex BA 0 D8 E 64 0 F 124 64 2A
Octal 272 0 330 16 144 0 17 444 144 52
Binary 10111010 0 11011000 1110 1100100 0 1111 100100100 1100100 101010

Color Harmonies of #BA00D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00D8

Black with #BA00D8

Text Example


Text Example

White with #BA00D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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