Html Css Color HEX #BC1DBE Deep Magenta

📋 copy color: '#BC1DBE'

red 188 ◦ green 29 ◦ blue 190

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

Shades of Deep Magenta #BC1DBE

Tints of Deep Magenta #BC1DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 46.19%
G = 7.13%
B = 46.68%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC1DBE (or 0xBC1DBE) is known color: Deep Magenta. HEX triplet: BC, 1D and BE. RGB value is (188,29,190). Sum of RGB (Red+Green+Blue) = 188+29+190=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DBE is #43E241. Grayscale: #5E5E5E. Windows color (decimal): -4448834 or 12459452. OLE color: 12459452.

HSL color Cylindrical-coordinate representation of color #BC1DBE: hue angle of 299.25º 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 #BC1DBE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 29 190 -
CMYK 0.01 0.85 0 0.25
HSL 299.25º 0.74% 0.43% -
HSV(B) 299.25º 0.85% 0.75% -
XYZ 30.47 15.29 50.06 -
YUV 94.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 188 29 190 0.01 0.85 0 0.25 299.25 0.74 0.43
Hex BC 1D BE 1 55 0 19 12B 4A 2B
Octal 274 35 276 1 125 0 31 453 112 53
Binary 10111100 11101 10111110 1 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BC1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DBE

Black with #BC1DBE

Text Example


Text Example

White with #BC1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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