Html Css Color HEX #BC19B7 Deep Magenta

📋 copy color: '#BC19B7'

red 188 ◦ green 25 ◦ blue 183

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

Shades of Deep Magenta #BC19B7

Tints of Deep Magenta #BC19B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 47.47%
G = 6.31%
B = 46.21%

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

#BC19B7 (or 0xBC19B7) is known color: Deep Magenta. HEX triplet: BC, 19 and B7. RGB value is (188,25,183). Sum of RGB (Red+Green+Blue) = 188+25+183=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19B7 is #43E648. Grayscale: #5B5B5B. Windows color (decimal): -4449865 or 11999676. OLE color: 11999676.

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

Color convert

RGB 188 25 183 -
CMYK 0 0.87 0.03 0.26
HSL 301.84º 0.77% 0.42% -
HSV(B) 301.84º 0.87% 0.74% -
XYZ 29.63 14.81 46.1 -
YUV 91.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 188 25 183 0 0.87 0.03 0.26 301.84 0.77 0.42
Hex BC 19 B7 0 57 3 1A 12E 4D 2A
Octal 274 31 267 0 127 3 32 456 115 52
Binary 10111100 11001 10110111 0 1010111 11 11010 100101110 1001101 101010

Color Harmonies of #BC19B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19B7

Black with #BC19B7

Text Example


Text Example

White with #BC19B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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