Html Css Color HEX #BC01CB Deep Magenta

📋 copy color: '#BC01CB'

red 188 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #BC01CB

Tints of Deep Magenta #BC01CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 47.96%
G = 0.26%
B = 51.79%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC01CB (or 0xBC01CB) is known color: Deep Magenta. HEX triplet: BC, 01 and CB. RGB value is (188,1,203). Sum of RGB (Red+Green+Blue) = 188+1+203=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01CB is #43FE34. Grayscale: #4F4F4F. Windows color (decimal): -4455989 or 13304252. OLE color: 13304252.

HSL color Cylindrical-coordinate representation of color #BC01CB: hue angle of 295.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01CB is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 1 203 -
CMYK 0.07 1.00 0 0.20
HSL 295.54º 0.99% 0.4% -
HSV(B) 295.54º 1% 0.8% -
XYZ 31.53 15.02 57.74 -
YUV 79.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 188 1 203 0.07 1.00 0 0.20 295.54 0.99 0.4
Hex BC 1 CB 7 64 0 14 128 63 28
Octal 274 1 313 7 144 0 24 450 143 50
Binary 10111100 1 11001011 111 1100100 0 10100 100101000 1100011 101000

Color Harmonies of #BC01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01CB

Black with #BC01CB

Text Example


Text Example

White with #BC01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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