Html Css Color HEX #BA00DF Deep Magenta

📋 copy color: '#BA00DF'

red 186 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #BA00DF

Tints of Deep Magenta #BA00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 45.48%
G = 0%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA00DF (or 0xBA00DF) is known color: Deep Magenta. HEX triplet: BA, 00 and DF. RGB value is (186,0,223). Sum of RGB (Red+Green+Blue) = 186+0+223=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DF is #45FF20. Grayscale: #505050. Windows color (decimal): -4587297 or 14614714. OLE color: 14614714.

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

Color convert

RGB 186 0 223 -
CMYK 0.17 1 0 0.13
HSL 290.04º 1% 0.44% -
HSV(B) 290.04º 1% 0.87% -
XYZ 33.57 15.77 71.09 -
YUV 81.04 208.12 202.87 -
System Red Green Blue C M Y K H S L
Decimal 186 0 223 0.17 1 0 0.13 290.04 1 0.44
Hex BA 0 DF 11 64 0 D 122 64 2C
Octal 272 0 337 21 144 0 15 442 144 54
Binary 10111010 0 11011111 10001 1100100 0 1101 100100010 1100100 101100

Color Harmonies of #BA00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00DF

Black with #BA00DF

Text Example


Text Example

White with #BA00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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