#BD26C5

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

Shades of Deep Magenta #BD26C5

Tints of Deep Magenta #BD26C5

Color information

#BD26C5 (or 0xBD26C5) is unknown color: approx Deep Magenta. HEX triplet: BD, 26 and C5. RGB value is (189,38,197). Sum of RGB (Red+Green+Blue) = 189+38+197=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD26C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26C5 is #42D93A. Grayscale: #646464. Windows color (decimal): -4380987 or 12920509. OLE color: 12920509.

HSL color Cylindrical-coordinate representation of color #BD26C5: hue angle of 296.98º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD26C5 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18938197-
CMYK0.040.8100.23
HSL296.98º67.66%46.08%-
HSV(B)296.98º80.71%77.25%-
XYZ31.7616.2454.28-
YUV101.28182.03190.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 38 (15.23% from 255) = 8.96%
BLUE value IS 197 (77.34% from 255) = 46.46%
R=44.58%
G=8.96%
B=46.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189381970.040.8100.23296.9867.6646.08
HexBD26C5451017129442e
Octal27546305412102745110456
Binary101111011001101100010110010100010101111001010011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD26C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD26C5; }

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

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

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

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

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

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

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

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