#bc26b3

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

Shades of Deep Magenta #BC26B3

Tints of Deep Magenta #BC26B3

Color information

#BC26B3 (or 0xBC26B3) is unknown color: approx Deep Magenta. HEX triplet: BC, 26 and B3. RGB value is (188,38,179). Sum of RGB (Red+Green+Blue) = 188+38+179=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26B3 is #43D94C. Grayscale: #626262. Windows color (decimal): -4446541 or 11740860. OLE color: 11740860.

HSL color Cylindrical-coordinate representation of color #BC26B3: hue angle of 303.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26B3 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18838179-
CMYK00.800.050.26
HSL303.6º66.37%44.31%-
HSV(B)303.6º79.79%73.73%-
XYZ29.5715.3344.05-
YUV98.92173.2191.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=46.42%
G=9.38%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883817900.800.050.26303.666.3744.31
HexBC26B305051A130422c
Octal27446263012053246010254
Binary101111001001101011001101010000101110101001100001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc26b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc26b3; }

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

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

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

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

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

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

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

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