Html Css Color HEX #BC1CB7 Deep Magenta

📋 copy color: '#BC1CB7'

red 188 ◦ green 28 ◦ blue 183

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

Shades of Deep Magenta #BC1CB7

Tints of Deep Magenta #BC1CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 47.12%
G = 7.02%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC1CB7 (or 0xBC1CB7) is known color: Deep Magenta. HEX triplet: BC, 1C and B7. RGB value is (188,28,183). Sum of RGB (Red+Green+Blue) = 188+28+183=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CB7 is #43E348. Grayscale: #5D5D5D. Windows color (decimal): -4449097 or 12000444. OLE color: 12000444.

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

Color convert

RGB 188 28 183 -
CMYK 0 0.85 0.03 0.26
HSL 301.88º 0.74% 0.42% -
HSV(B) 301.88º 0.85% 0.74% -
XYZ 29.7 14.94 46.12 -
YUV 93.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 188 28 183 0 0.85 0.03 0.26 301.88 0.74 0.42
Hex BC 1C B7 0 55 3 1A 12E 4A 2A
Octal 274 34 267 0 125 3 32 456 112 52
Binary 10111100 11100 10110111 0 1010101 11 11010 100101110 1001010 101010

Color Harmonies of #BC1CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CB7

Black with #BC1CB7

Text Example


Text Example

White with #BC1CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CB7; }

 p { color: rgb(188,28,183); }

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

background-color css

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

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

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

border-color css

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

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

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