Html Css Color HEX #BC1AB8 Deep Magenta

📋 copy color: '#BC1AB8'

red 188 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #BC1AB8

Tints of Deep Magenta #BC1AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 47.24%
G = 6.53%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC1AB8 (or 0xBC1AB8) is known color: Deep Magenta. HEX triplet: BC, 1A and B8. RGB value is (188,26,184). Sum of RGB (Red+Green+Blue) = 188+26+184=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AB8 is #43E547. Grayscale: #5B5B5B. Windows color (decimal): -4449608 or 12065468. OLE color: 12065468.

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

Color convert

RGB 188 26 184 -
CMYK 0 0.86 0.02 0.26
HSL 301.48º 0.76% 0.42% -
HSV(B) 301.48º 0.86% 0.74% -
XYZ 29.76 14.89 46.65 -
YUV 92.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 188 26 184 0 0.86 0.02 0.26 301.48 0.76 0.42
Hex BC 1A B8 0 56 2 1A 12D 4C 2A
Octal 274 32 270 0 126 2 32 455 114 52
Binary 10111100 11010 10111000 0 1010110 10 11010 100101101 1001100 101010

Color Harmonies of #BC1AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AB8

Black with #BC1AB8

Text Example


Text Example

White with #BC1AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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