Html Css Color HEX #BC05DC Deep Magenta

📋 copy color: '#BC05DC'

red 188 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #BC05DC

Tints of Deep Magenta #BC05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 45.52%
G = 1.21%
B = 53.27%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC05DC (or 0xBC05DC) is known color: Deep Magenta. HEX triplet: BC, 05 and DC. RGB value is (188,5,220). Sum of RGB (Red+Green+Blue) = 188+5+220=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05DC is #43FA23. Grayscale: #535353. Windows color (decimal): -4454948 or 14419388. OLE color: 14419388.

HSL color Cylindrical-coordinate representation of color #BC05DC: hue angle of 291.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05DC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 5 220 -
CMYK 0.15 0.98 0 0.14
HSL 291.07º 0.96% 0.44% -
HSV(B) 291.07º 0.98% 0.86% -
XYZ 33.71 15.97 69.02 -
YUV 84.23 204.63 202.02 -
System Red Green Blue C M Y K H S L
Decimal 188 5 220 0.15 0.98 0 0.14 291.07 0.96 0.44
Hex BC 5 DC F 62 0 E 123 60 2C
Octal 274 5 334 17 142 0 16 443 140 54
Binary 10111100 101 11011100 1111 1100010 0 1110 100100011 1100000 101100

Color Harmonies of #BC05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05DC

Black with #BC05DC

Text Example


Text Example

White with #BC05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05DC; }

 p { color: rgb(188,5,220); }

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

background-color css

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

 a { background-color: rgb(188,5,220); }

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

border-color css

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

 span { border-color: rgb(188,5,220); }

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