Html Css Color HEX #BC01E1 Deep Magenta

📋 copy color: '#BC01E1'

red 188 ◦ green 1 ◦ blue 225

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

Shades of Deep Magenta #BC01E1

Tints of Deep Magenta #BC01E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.35%

R = 45.41%
G = 0.24%
B = 54.35%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC01E1 (or 0xBC01E1) is known color: Deep Magenta. HEX triplet: BC, 01 and E1. RGB value is (188,1,225). Sum of RGB (Red+Green+Blue) = 188+1+225=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC01E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01E1 is #43FE1E. Grayscale: #515151. Windows color (decimal): -4455967 or 14746044. OLE color: 14746044.

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

Color convert

RGB 188 1 225 -
CMYK 0.16 1.00 0 0.12
HSL 290.09º 0.99% 0.44% -
HSV(B) 290.09º 1% 0.88% -
XYZ 34.34 16.15 72.54 -
YUV 82.45 208.45 203.29 -
System Red Green Blue C M Y K H S L
Decimal 188 1 225 0.16 1.00 0 0.12 290.09 0.99 0.44
Hex BC 1 E1 10 64 0 C 122 63 2C
Octal 274 1 341 20 144 0 14 442 143 54
Binary 10111100 1 11100001 10000 1100100 0 1100 100100010 1100011 101100

Color Harmonies of #BC01E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01E1

Black with #BC01E1

Text Example


Text Example

White with #BC01E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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