Html Css Color HEX #BC1CDD Deep Magenta

📋 copy color: '#BC1CDD'

red 188 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #BC1CDD

Tints of Deep Magenta #BC1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

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

R = 43.02%
G = 6.41%
B = 50.57%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC1CDD (or 0xBC1CDD) is known color: Deep Magenta. HEX triplet: BC, 1C and DD. RGB value is (188,28,221). Sum of RGB (Red+Green+Blue) = 188+28+221=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CDD is #43E322. Grayscale: #616161. Windows color (decimal): -4449059 or 14490812. OLE color: 14490812.

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

Color convert

RGB 188 28 221 -
CMYK 0.15 0.87 0 0.13
HSL 289.74º 0.78% 0.49% -
HSV(B) 289.74º 0.87% 0.87% -
XYZ 34.21 16.74 69.84 -
YUV 97.84 197.51 192.31 -
System Red Green Blue C M Y K H S L
Decimal 188 28 221 0.15 0.87 0 0.13 289.74 0.78 0.49
Hex BC 1C DD F 57 0 D 122 4E 31
Octal 274 34 335 17 127 0 15 442 116 61
Binary 10111100 11100 11011101 1111 1010111 0 1101 100100010 1001110 110001

Color Harmonies of #BC1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CDD

Black with #BC1CDD

Text Example


Text Example

White with #BC1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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