Html Css Color HEX #BA1DCF Deep Magenta

📋 copy color: '#BA1DCF'

red 186 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #BA1DCF

Tints of Deep Magenta #BA1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.87%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 44.08%
G = 6.87%
B = 49.05%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA1DCF (or 0xBA1DCF) is known color: Deep Magenta. HEX triplet: BA, 1D and CF. RGB value is (186,29,207). Sum of RGB (Red+Green+Blue) = 186+29+207=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA1DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DCF is #45E230. Grayscale: #5F5F5F. Windows color (decimal): -4579889 or 13573562. OLE color: 13573562.

HSL color Cylindrical-coordinate representation of color #BA1DCF: hue angle of 292.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1DCF is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 29 207 -
CMYK 0.10 0.86 0 0.19
HSL 292.92º 0.75% 0.46% -
HSV(B) 292.92º 0.86% 0.81% -
XYZ 31.95 15.82 60.4 -
YUV 96.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 186 29 207 0.10 0.86 0 0.19 292.92 0.75 0.46
Hex BA 1D CF A 56 0 13 125 4B 2E
Octal 272 35 317 12 126 0 23 445 113 56
Binary 10111010 11101 11001111 1010 1010110 0 10011 100100101 1001011 101110

Color Harmonies of #BA1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DCF

Black with #BA1DCF

Text Example


Text Example

White with #BA1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DCF; }

 p { color: rgb(186,29,207); }

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

background-color css

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

 a { background-color: rgb(186,29,207); }

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

border-color css

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

 span { border-color: rgb(186,29,207); }

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