Html Css Color HEX #BC1CB9 Deep Magenta

📋 copy color: '#BC1CB9'

red 188 ◦ green 28 ◦ blue 185

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

Shades of Deep Magenta #BC1CB9

Tints of Deep Magenta #BC1CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 46.88%
G = 6.98%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC1CB9 (or 0xBC1CB9) is known color: Deep Magenta. HEX triplet: BC, 1C and B9. RGB value is (188,28,185). Sum of RGB (Red+Green+Blue) = 188+28+185=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CB9 is #43E346. Grayscale: #5D5D5D. Windows color (decimal): -4449095 or 12131516. OLE color: 12131516.

HSL color Cylindrical-coordinate representation of color #BC1CB9: hue angle of 301.12º 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 #BC1CB9 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 185 -
CMYK 0 0.85 0.02 0.26
HSL 301.13º 0.74% 0.42% -
HSV(B) 301.13º 0.85% 0.74% -
XYZ 29.91 15.02 47.22 -
YUV 93.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 188 28 185 0 0.85 0.02 0.26 301.13 0.74 0.42
Hex BC 1C B9 0 55 2 1A 12D 4A 2A
Octal 274 34 271 0 125 2 32 455 112 52
Binary 10111100 11100 10111001 0 1010101 10 11010 100101101 1001010 101010

Color Harmonies of #BC1CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CB9

Black with #BC1CB9

Text Example


Text Example

White with #BC1CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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