Html Css Color HEX #BC19C0 Deep Magenta

📋 copy color: '#BC19C0'

red 188 ◦ green 25 ◦ blue 192

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

Shades of Deep Magenta #BC19C0

Tints of Deep Magenta #BC19C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 46.42%
G = 6.17%
B = 47.41%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC19C0 (or 0xBC19C0) is known color: Deep Magenta. HEX triplet: BC, 19 and C0. RGB value is (188,25,192). Sum of RGB (Red+Green+Blue) = 188+25+192=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC19C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19C0 is #43E63F. Grayscale: #5C5C5C. Windows color (decimal): -4449856 or 12589500. OLE color: 12589500.

HSL color Cylindrical-coordinate representation of color #BC19C0: hue angle of 298.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19C0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 25 192 -
CMYK 0.02 0.87 0 0.25
HSL 298.56º 0.77% 0.43% -
HSV(B) 298.56º 0.87% 0.75% -
XYZ 30.6 15.19 51.19 -
YUV 92.78 184 195.92 -
System Red Green Blue C M Y K H S L
Decimal 188 25 192 0.02 0.87 0 0.25 298.56 0.77 0.43
Hex BC 19 C0 2 57 0 19 12B 4D 2B
Octal 274 31 300 2 127 0 31 453 115 53
Binary 10111100 11001 11000000 10 1010111 0 11001 100101011 1001101 101011

Color Harmonies of #BC19C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19C0

Black with #BC19C0

Text Example


Text Example

White with #BC19C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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