#BD26B9

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

Shades of Deep Magenta #BD26B9

Tints of Deep Magenta #BD26B9

Color information

#BD26B9 (or 0xBD26B9) is unknown color: approx Deep Magenta. HEX triplet: BD, 26 and B9. RGB value is (189,38,185). Sum of RGB (Red+Green+Blue) = 189+38+185=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26B9 is #42D946. Grayscale: #636363. Windows color (decimal): -4380999 or 12134077. OLE color: 12134077.

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

Color convert

RGB18938185-
CMYK00.800.020.26
HSL301.59º66.52%44.51%-
HSV(B)301.59º79.89%74.12%-
XYZ30.4415.7147.33-
YUV99.91176.03191.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 38 (15.23% from 255) = 9.22%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=45.87%
G=9.22%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893818500.800.020.26301.5966.5244.51
HexBD26B905021A12e432d
Octal27546271012023245610355
Binary10111101100110101110010101000010110101001011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD26B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD26B9; }

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

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

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

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

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

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

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

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