Html Css Color HEX #BC19B3 Deep Magenta

📋 copy color: '#BC19B3'

red 188 ◦ green 25 ◦ blue 179

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

Shades of Deep Magenta #BC19B3

Tints of Deep Magenta #BC19B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 47.96%
G = 6.38%
B = 45.66%

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

#BC19B3 (or 0xBC19B3) is known color: Deep Magenta. HEX triplet: BC, 19 and B3. RGB value is (188,25,179). Sum of RGB (Red+Green+Blue) = 188+25+179=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19B3 is #43E64C. Grayscale: #5A5A5A. Windows color (decimal): -4449869 or 11737532. OLE color: 11737532.

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

Color convert

RGB 188 25 179 -
CMYK 0 0.87 0.05 0.26
HSL 303.31º 0.77% 0.42% -
HSV(B) 303.31º 0.87% 0.74% -
XYZ 29.22 14.64 43.93 -
YUV 91.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 188 25 179 0 0.87 0.05 0.26 303.31 0.77 0.42
Hex BC 19 B3 0 57 5 1A 12F 4D 2A
Octal 274 31 263 0 127 5 32 457 115 52
Binary 10111100 11001 10110011 0 1010111 101 11010 100101111 1001101 101010

Color Harmonies of #BC19B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19B3

Black with #BC19B3

Text Example


Text Example

White with #BC19B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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