Html Css Color HEX #BC19AB Deep Magenta

📋 copy color: '#BC19AB'

red 188 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #BC19AB

Tints of Deep Magenta #BC19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.51%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 48.96%
G = 6.51%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC19AB (or 0xBC19AB) is known color: Deep Magenta. HEX triplet: BC, 19 and AB. RGB value is (188,25,171). Sum of RGB (Red+Green+Blue) = 188+25+171=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19AB is #43E654. Grayscale: #595959. Windows color (decimal): -4449877 or 11213244. OLE color: 11213244.

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

Color convert

RGB 188 25 171 -
CMYK 0 0.87 0.09 0.26
HSL 306.26º 0.77% 0.42% -
HSV(B) 306.26º 0.87% 0.74% -
XYZ 28.44 14.33 39.79 -
YUV 90.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 188 25 171 0 0.87 0.09 0.26 306.26 0.77 0.42
Hex BC 19 AB 0 57 9 1A 132 4D 2A
Octal 274 31 253 0 127 11 32 462 115 52
Binary 10111100 11001 10101011 0 1010111 1001 11010 100110010 1001101 101010

Color Harmonies of #BC19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19AB

Black with #BC19AB

Text Example


Text Example

White with #BC19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19AB; }

 p { color: rgb(188,25,171); }

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

background-color css

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

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

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

border-color css

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

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

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