#bd26b0

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

Shades of Fuchsia #BD26B0

Tints of Fuchsia #BD26B0

Color information

#BD26B0 (or 0xBD26B0) is unknown color: approx Fuchsia. HEX triplet: BD, 26 and B0. RGB value is (189,38,176). Sum of RGB (Red+Green+Blue) = 189+38+176=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD26B0 is #42D94F. Grayscale: #626262. Windows color (decimal): -4381008 or 11544253. OLE color: 11544253.

HSL color Cylindrical-coordinate representation of color #BD26B0: hue angle of 305.17º 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 #BD26B0 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB18938176-
CMYK00.800.070.26
HSL305.17º66.52%44.51%-
HSV(B)305.17º79.89%74.12%-
XYZ29.5215.3442.48-
YUV98.88171.53192.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=46.90%
G=9.43%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893817600.800.070.26305.1766.5244.51
HexBD26B005071A131432d
Octal27546260012073246110355
Binary101111011001101011000001010000111110101001100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd26b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd26b0; }

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

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

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

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

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

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

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

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