Html Css Color HEX #BC0FDC Deep Magenta

📋 copy color: '#BC0FDC'

red 188 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #BC0FDC

Tints of Deep Magenta #BC0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 44.44%
G = 3.55%
B = 52.01%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC0FDC (or 0xBC0FDC) is known color: Deep Magenta. HEX triplet: BC, 0F and DC. RGB value is (188,15,220). Sum of RGB (Red+Green+Blue) = 188+15+220=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FDC is #43F023. Grayscale: #595959. Windows color (decimal): -4452388 or 14421948. OLE color: 14421948.

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

Color convert

RGB 188 15 220 -
CMYK 0.15 0.93 0 0.14
HSL 290.63º 0.87% 0.46% -
HSV(B) 290.63º 0.93% 0.86% -
XYZ 33.83 16.2 69.05 -
YUV 90.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 188 15 220 0.15 0.93 0 0.14 290.63 0.87 0.46
Hex BC F DC F 5D 0 E 123 57 2E
Octal 274 17 334 17 135 0 16 443 127 56
Binary 10111100 1111 11011100 1111 1011101 0 1110 100100011 1010111 101110

Color Harmonies of #BC0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FDC

Black with #BC0FDC

Text Example


Text Example

White with #BC0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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