Html Css Color HEX #BC19B6 Deep Magenta

📋 copy color: '#BC19B6'

red 188 ◦ green 25 ◦ blue 182

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

Shades of Deep Magenta #BC19B6

Tints of Deep Magenta #BC19B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 47.59%
G = 6.33%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC19B6 (or 0xBC19B6) is known color: Deep Magenta. HEX triplet: BC, 19 and B6. RGB value is (188,25,182). Sum of RGB (Red+Green+Blue) = 188+25+182=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19B6 is #43E649. Grayscale: #5B5B5B. Windows color (decimal): -4449866 or 11934140. OLE color: 11934140.

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

Color convert

RGB 188 25 182 -
CMYK 0 0.87 0.03 0.26
HSL 302.21º 0.77% 0.42% -
HSV(B) 302.21º 0.87% 0.74% -
XYZ 29.53 14.76 45.55 -
YUV 91.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 188 25 182 0 0.87 0.03 0.26 302.21 0.77 0.42
Hex BC 19 B6 0 57 3 1A 12E 4D 2A
Octal 274 31 266 0 127 3 32 456 115 52
Binary 10111100 11001 10110110 0 1010111 11 11010 100101110 1001101 101010

Color Harmonies of #BC19B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19B6

Black with #BC19B6

Text Example


Text Example

White with #BC19B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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