#BD26BF

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

Shades of Deep Magenta #BD26BF

Tints of Deep Magenta #BD26BF

Color information

#BD26BF (or 0xBD26BF) is unknown color: approx Deep Magenta. HEX triplet: BD, 26 and BF. RGB value is (189,38,191). Sum of RGB (Red+Green+Blue) = 189+38+191=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD26BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26BF is #42D940. Grayscale: #646464. Windows color (decimal): -4380993 or 12527293. OLE color: 12527293.

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

Color convert

RGB18938191-
CMYK0.010.8000.25
HSL299.22º66.81%44.9%-
HSV(B)299.22º80.1%74.9%-
XYZ31.0815.9750.73-
YUV100.59179.03191.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 38 (15.23% from 255) = 9.09%
BLUE value IS 191 (75% from 255) = 45.69%
R=45.22%
G=9.09%
B=45.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189381910.010.8000.25299.2266.8144.9
HexBD26BF15001912b432d
Octal27546277112003145310355
Binary1011110110011010111111110100000110011001010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD26BF; }

 p { color: rgb(189,38,191); }

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

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

 a { background-color: rgb(189,38,191); }

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

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

 span { border-color: rgb(189,38,191); }

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