Html Css Color HEX #BC19AD Deep Magenta

📋 copy color: '#BC19AD'

red 188 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #BC19AD

Tints of Deep Magenta #BC19AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 48.7%
G = 6.48%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC19AD (or 0xBC19AD) is known color: Deep Magenta. HEX triplet: BC, 19 and AD. RGB value is (188,25,173). Sum of RGB (Red+Green+Blue) = 188+25+173=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19AD is #43E652. Grayscale: #5A5A5A. Windows color (decimal): -4449875 or 11344316. OLE color: 11344316.

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

Color convert

RGB 188 25 173 -
CMYK 0 0.87 0.08 0.26
HSL 305.52º 0.77% 0.42% -
HSV(B) 305.52º 0.87% 0.74% -
XYZ 28.63 14.4 40.81 -
YUV 90.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 188 25 173 0 0.87 0.08 0.26 305.52 0.77 0.42
Hex BC 19 AD 0 57 8 1A 132 4D 2A
Octal 274 31 255 0 127 10 32 462 115 52
Binary 10111100 11001 10101101 0 1010111 1000 11010 100110010 1001101 101010

Color Harmonies of #BC19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19AD

Black with #BC19AD

Text Example


Text Example

White with #BC19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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