#BD26CB

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

Shades of Deep Magenta #BD26CB

Tints of Deep Magenta #BD26CB

Color information

#BD26CB (or 0xBD26CB) is unknown color: approx Deep Magenta. HEX triplet: BD, 26 and CB. RGB value is (189,38,203). Sum of RGB (Red+Green+Blue) = 189+38+203=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26CB is #42D934. Grayscale: #656565. Windows color (decimal): -4380981 or 13313725. OLE color: 13313725.

HSL color Cylindrical-coordinate representation of color #BD26CB: hue angle of 294.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD26CB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18938203-
CMYK0.070.8100.20
HSL294.91º68.46%47.25%-
HSV(B)294.91º81.28%79.61%-
XYZ32.4616.5257.98-
YUV101.96185.03190.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 38 (15.23% from 255) = 8.84%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=43.95%
G=8.84%
B=47.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189382030.070.8100.20294.9168.4647.25
HexBD26CB751014127442f
Octal27546313712102444710457
Binary101111011001101100101111110100010101001001001111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD26CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD26CB; }

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

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

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

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

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

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

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

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