Html Css Color HEX #BC06DC Deep Magenta

📋 copy color: '#BC06DC'

red 188 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #BC06DC

Tints of Deep Magenta #BC06DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 45.41%
G = 1.45%
B = 53.14%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC06DC (or 0xBC06DC) is known color: Deep Magenta. HEX triplet: BC, 06 and DC. RGB value is (188,6,220). Sum of RGB (Red+Green+Blue) = 188+6+220=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06DC is #43F923. Grayscale: #545454. Windows color (decimal): -4454692 or 14419644. OLE color: 14419644.

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

Color convert

RGB 188 6 220 -
CMYK 0.15 0.97 0 0.14
HSL 291.03º 0.95% 0.44% -
HSV(B) 291.03º 0.97% 0.86% -
XYZ 33.72 15.99 69.02 -
YUV 84.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 188 6 220 0.15 0.97 0 0.14 291.03 0.95 0.44
Hex BC 6 DC F 61 0 E 123 5F 2C
Octal 274 6 334 17 141 0 16 443 137 54
Binary 10111100 110 11011100 1111 1100001 0 1110 100100011 1011111 101100

Color Harmonies of #BC06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06DC

Black with #BC06DC

Text Example


Text Example

White with #BC06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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