Html Css Color HEX #BC1AB1 Deep Magenta

📋 copy color: '#BC1AB1'

red 188 ◦ green 26 ◦ blue 177

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

Shades of Deep Magenta #BC1AB1

Tints of Deep Magenta #BC1AB1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 48.08%
G = 6.65%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC1AB1 (or 0xBC1AB1) is known color: Deep Magenta. HEX triplet: BC, 1A and B1. RGB value is (188,26,177). Sum of RGB (Red+Green+Blue) = 188+26+177=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AB1 is #43E54E. Grayscale: #5B5B5B. Windows color (decimal): -4449615 or 11606716. OLE color: 11606716.

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

Color convert

RGB 188 26 177 -
CMYK 0 0.86 0.06 0.26
HSL 304.07º 0.76% 0.42% -
HSV(B) 304.07º 0.86% 0.74% -
XYZ 29.04 14.6 42.88 -
YUV 91.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 188 26 177 0 0.86 0.06 0.26 304.07 0.76 0.42
Hex BC 1A B1 0 56 6 1A 130 4C 2A
Octal 274 32 261 0 126 6 32 460 114 52
Binary 10111100 11010 10110001 0 1010110 110 11010 100110000 1001100 101010

Color Harmonies of #BC1AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AB1

Black with #BC1AB1

Text Example


Text Example

White with #BC1AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AB1; }

 p { color: rgb(188,26,177); }

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

background-color css

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

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

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

border-color css

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

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

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