Html Css Color HEX #BA00DA Deep Magenta

📋 copy color: '#BA00DA'

red 186 ◦ green 0 ◦ blue 218

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

Shades of Deep Magenta #BA00DA

Tints of Deep Magenta #BA00DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 46.04%
G = 0%
B = 53.96%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA00DA (or 0xBA00DA) is known color: Deep Magenta. HEX triplet: BA, 00 and DA. RGB value is (186,0,218). Sum of RGB (Red+Green+Blue) = 186+0+218=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DA is #45FF25. Grayscale: #4F4F4F. Windows color (decimal): -4587302 or 14287034. OLE color: 14287034.

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

Color convert

RGB 186 0 218 -
CMYK 0.15 1 0 0.15
HSL 291.19º 1% 0.43% -
HSV(B) 291.19º 1% 0.85% -
XYZ 32.9 15.5 67.59 -
YUV 80.47 205.62 203.27 -
System Red Green Blue C M Y K H S L
Decimal 186 0 218 0.15 1 0 0.15 291.19 1 0.43
Hex BA 0 DA F 64 0 F 123 64 2B
Octal 272 0 332 17 144 0 17 443 144 53
Binary 10111010 0 11011010 1111 1100100 0 1111 100100011 1100100 101011

Color Harmonies of #BA00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00DA

Black with #BA00DA

Text Example


Text Example

White with #BA00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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