Html Css Color HEX #BC19BA Deep Magenta

📋 copy color: '#BC19BA'

red 188 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #BC19BA

Tints of Deep Magenta #BC19BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 47.12%
G = 6.27%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC19BA (or 0xBC19BA) is known color: Deep Magenta. HEX triplet: BC, 19 and BA. RGB value is (188,25,186). Sum of RGB (Red+Green+Blue) = 188+25+186=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19BA is #43E645. Grayscale: #5B5B5B. Windows color (decimal): -4449862 or 12196284. OLE color: 12196284.

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

Color convert

RGB 188 25 186 -
CMYK 0 0.87 0.01 0.26
HSL 300.74º 0.77% 0.42% -
HSV(B) 300.74º 0.87% 0.74% -
XYZ 29.95 14.93 47.76 -
YUV 92.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 188 25 186 0 0.87 0.01 0.26 300.74 0.77 0.42
Hex BC 19 BA 0 57 1 1A 12D 4D 2A
Octal 274 31 272 0 127 1 32 455 115 52
Binary 10111100 11001 10111010 0 1010111 1 11010 100101101 1001101 101010

Color Harmonies of #BC19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19BA

Black with #BC19BA

Text Example


Text Example

White with #BC19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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