Html Css Color HEX #BC1FCB Deep Magenta

📋 copy color: '#BC1FCB'

red 188 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #BC1FCB

Tints of Deep Magenta #BC1FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

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

R = 44.55%
G = 7.35%
B = 48.1%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC1FCB (or 0xBC1FCB) is known color: Deep Magenta. HEX triplet: BC, 1F and CB. RGB value is (188,31,203). Sum of RGB (Red+Green+Blue) = 188+31+203=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FCB is #43E034. Grayscale: #616161. Windows color (decimal): -4448309 or 13311932. OLE color: 13311932.

HSL color Cylindrical-coordinate representation of color #BC1FCB: hue angle of 294.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1FCB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 31 203 -
CMYK 0.07 0.85 0 0.20
HSL 294.77º 0.74% 0.46% -
HSV(B) 294.77º 0.85% 0.8% -
XYZ 32.01 15.98 57.9 -
YUV 97.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 188 31 203 0.07 0.85 0 0.20 294.77 0.74 0.46
Hex BC 1F CB 7 55 0 14 127 4A 2E
Octal 274 37 313 7 125 0 24 447 112 56
Binary 10111100 11111 11001011 111 1010101 0 10100 100100111 1001010 101110

Color Harmonies of #BC1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FCB

Black with #BC1FCB

Text Example


Text Example

White with #BC1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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