Html Css Color HEX #BA1BCF Deep Magenta

📋 copy color: '#BA1BCF'

red 186 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #BA1BCF

Tints of Deep Magenta #BA1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.43%

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

R = 44.29%
G = 6.43%
B = 49.29%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA1BCF (or 0xBA1BCF) is known color: Deep Magenta. HEX triplet: BA, 1B and CF. RGB value is (186,27,207). Sum of RGB (Red+Green+Blue) = 186+27+207=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA1BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BCF is #45E430. Grayscale: #5E5E5E. Windows color (decimal): -4580401 or 13573050. OLE color: 13573050.

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

Color convert

RGB 186 27 207 -
CMYK 0.10 0.87 0 0.19
HSL 293º 0.77% 0.46% -
HSV(B) 293º 0.87% 0.81% -
XYZ 31.9 15.73 60.39 -
YUV 95.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 186 27 207 0.10 0.87 0 0.19 293 0.77 0.46
Hex BA 1B CF A 57 0 13 125 4D 2E
Octal 272 33 317 12 127 0 23 445 115 56
Binary 10111010 11011 11001111 1010 1010111 0 10011 100100101 1001101 101110

Color Harmonies of #BA1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BCF

Black with #BA1BCF

Text Example


Text Example

White with #BA1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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