Html Css Color HEX #BC1FBC Deep Magenta

📋 copy color: '#BC1FBC'

red 188 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #BC1FBC

Tints of Deep Magenta #BC1FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 46.19%
G = 7.62%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC1FBC (or 0xBC1FBC) is known color: Deep Magenta. HEX triplet: BC, 1F and BC. RGB value is (188,31,188). Sum of RGB (Red+Green+Blue) = 188+31+188=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FBC is #43E043. Grayscale: #5F5F5F. Windows color (decimal): -4448324 or 12328892. OLE color: 12328892.

HSL color Cylindrical-coordinate representation of color #BC1FBC: hue angle of 300º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FBC is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 188 -
CMYK 0 0.84 0 0.26
HSL 300º 0.72% 0.43% -
HSV(B) 300º 0.84% 0.74% -
XYZ 30.31 15.3 48.93 -
YUV 95.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 188 31 188 0 0.84 0 0.26 300 0.72 0.43
Hex BC 1F BC 0 54 0 1A 12C 48 2B
Octal 274 37 274 0 124 0 32 454 110 53
Binary 10111100 11111 10111100 0 1010100 0 11010 100101100 1001000 101011

Color Harmonies of #BC1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FBC

Black with #BC1FBC

Text Example


Text Example

White with #BC1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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