Html Css Color HEX #BC1DBF Deep Magenta

📋 copy color: '#BC1DBF'

red 188 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #BC1DBF

Tints of Deep Magenta #BC1DBF

RGB

 RED value IS 188 (73.83% from 255) = 46.08%

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 46.08%
G = 7.11%
B = 46.81%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC1DBF (or 0xBC1DBF) is known color: Deep Magenta. HEX triplet: BC, 1D and BF. RGB value is (188,29,191). Sum of RGB (Red+Green+Blue) = 188+29+191=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC1DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DBF is #43E240. Grayscale: #5E5E5E. Windows color (decimal): -4448833 or 12524988. OLE color: 12524988.

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

Color convert

RGB 188 29 191 -
CMYK 0.02 0.85 0 0.25
HSL 298.89º 0.74% 0.43% -
HSV(B) 298.89º 0.85% 0.75% -
XYZ 30.58 15.33 50.64 -
YUV 95.01 182.18 194.33 -
System Red Green Blue C M Y K H S L
Decimal 188 29 191 0.02 0.85 0 0.25 298.89 0.74 0.43
Hex BC 1D BF 2 55 0 19 12B 4A 2B
Octal 274 35 277 2 125 0 31 453 112 53
Binary 10111100 11101 10111111 10 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BC1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DBF

Black with #BC1DBF

Text Example


Text Example

White with #BC1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DBF; }

 p { color: rgb(188,29,191); }

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

background-color css

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

 a { background-color: rgb(188,29,191); }

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

border-color css

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

 span { border-color: rgb(188,29,191); }

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