Html Css Color HEX #BC19B2 Deep Magenta

📋 copy color: '#BC19B2'

red 188 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #BC19B2

Tints of Deep Magenta #BC19B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 48.08%
G = 6.39%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC19B2 (or 0xBC19B2) is known color: Deep Magenta. HEX triplet: BC, 19 and B2. RGB value is (188,25,178). Sum of RGB (Red+Green+Blue) = 188+25+178=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19B2 is #43E64D. Grayscale: #5A5A5A. Windows color (decimal): -4449870 or 11671996. OLE color: 11671996.

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

Color convert

RGB 188 25 178 -
CMYK 0 0.87 0.05 0.26
HSL 303.68º 0.77% 0.42% -
HSV(B) 303.68º 0.87% 0.74% -
XYZ 29.12 14.6 43.4 -
YUV 91.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 188 25 178 0 0.87 0.05 0.26 303.68 0.77 0.42
Hex BC 19 B2 0 57 5 1A 130 4D 2A
Octal 274 31 262 0 127 5 32 460 115 52
Binary 10111100 11001 10110010 0 1010111 101 11010 100110000 1001101 101010

Color Harmonies of #BC19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19B2

Black with #BC19B2

Text Example


Text Example

White with #BC19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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