#bc26c1

Color #BC26C1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC26C1

Tints of Deep Magenta #BC26C1

Color information

#BC26C1 (or 0xBC26C1) is unknown color: approx Deep Magenta. HEX triplet: BC, 26 and C1. RGB value is (188,38,193). Sum of RGB (Red+Green+Blue) = 188+38+193=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC26C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26C1 is #43D93E. Grayscale: #646464. Windows color (decimal): -4446527 or 12658364. OLE color: 12658364.

HSL color Cylindrical-coordinate representation of color #BC26C1: hue angle of 298.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26C1 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18838193-
CMYK0.030.8000.24
HSL298.06º67.1%45.29%-
HSV(B)298.06º80.31%75.69%-
XYZ31.0615.9351.89-
YUV100.52180.2190.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 38 (15.23% from 255) = 9.07%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=44.87%
G=9.07%
B=46.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188381930.030.8000.24298.0667.145.29
HexBC26C135001812a432d
Octal27446301312003045210355
Binary10111100100110110000011110100000110001001010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc26c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc26c1; }

 p { color: rgb(188,38,193); }

 H1.HeaderClassName
 {
   color: #bc26c1;
 }
 .AnyTagClassName
 {
   color: #bc26c1;
 }
</style>
background-color css

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

 a { background-color: rgb(188,38,193); }

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

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

 span { border-color: rgb(188,38,193); }

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