Html Css Color HEX #BC01DF Deep Magenta

📋 copy color: '#BC01DF'

red 188 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #BC01DF

Tints of Deep Magenta #BC01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 45.63%
G = 0.24%
B = 54.13%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC01DF (or 0xBC01DF) is known color: Deep Magenta. HEX triplet: BC, 01 and DF. RGB value is (188,1,223). Sum of RGB (Red+Green+Blue) = 188+1+223=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01DF is #43FE20. Grayscale: #515151. Windows color (decimal): -4455969 or 14614972. OLE color: 14614972.

HSL color Cylindrical-coordinate representation of color #BC01DF: hue angle of 290.54º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01DF is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 1 223 -
CMYK 0.16 1.00 0 0.13
HSL 290.54º 0.99% 0.44% -
HSV(B) 290.54º 1% 0.87% -
XYZ 34.07 16.04 71.11 -
YUV 82.22 207.45 203.45 -
System Red Green Blue C M Y K H S L
Decimal 188 1 223 0.16 1.00 0 0.13 290.54 0.99 0.44
Hex BC 1 DF 10 64 0 D 123 63 2C
Octal 274 1 337 20 144 0 15 443 143 54
Binary 10111100 1 11011111 10000 1100100 0 1101 100100011 1100011 101100

Color Harmonies of #BC01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01DF

Black with #BC01DF

Text Example


Text Example

White with #BC01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01DF; }

 p { color: rgb(188,1,223); }

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

background-color css

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

 a { background-color: rgb(188,1,223); }

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

border-color css

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

 span { border-color: rgb(188,1,223); }

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