Html Css Color HEX #BC1EDD Deep Magenta

📋 copy color: '#BC1EDD'

red 188 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #BC1EDD

Tints of Deep Magenta #BC1EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.83%

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 42.82%
G = 6.83%
B = 50.34%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC1EDD (or 0xBC1EDD) is known color: Deep Magenta. HEX triplet: BC, 1E and DD. RGB value is (188,30,221). Sum of RGB (Red+Green+Blue) = 188+30+221=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EDD is #43E122. Grayscale: #626262. Windows color (decimal): -4448547 or 14491324. OLE color: 14491324.

HSL color Cylindrical-coordinate representation of color #BC1EDD: hue angle of 289.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1EDD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 30 221 -
CMYK 0.15 0.86 0 0.13
HSL 289.63º 0.76% 0.49% -
HSV(B) 289.63º 0.86% 0.87% -
XYZ 34.25 16.84 69.85 -
YUV 99.02 196.85 191.47 -
System Red Green Blue C M Y K H S L
Decimal 188 30 221 0.15 0.86 0 0.13 289.63 0.76 0.49
Hex BC 1E DD F 56 0 D 122 4C 31
Octal 274 36 335 17 126 0 15 442 114 61
Binary 10111100 11110 11011101 1111 1010110 0 1101 100100010 1001100 110001

Color Harmonies of #BC1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EDD

Black with #BC1EDD

Text Example


Text Example

White with #BC1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EDD; }

 p { color: rgb(188,30,221); }

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

background-color css

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

 a { background-color: rgb(188,30,221); }

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

border-color css

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

 span { border-color: rgb(188,30,221); }

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