#B26DB7

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

Shades of Fuchsia #B26DB7

Tints of Fuchsia #B26DB7

Color information

#B26DB7 (or 0xB26DB7) is unknown color: approx Fuchsia. HEX triplet: B2, 6D and B7. RGB value is (178,109,183). Sum of RGB (Red+Green+Blue) = 178+109+183=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #B26DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DB7 is #4D9248. Grayscale: #898989. Windows color (decimal): -5083721 or 12021170. OLE color: 12021170.

HSL color Cylindrical-coordinate representation of color #B26DB7: hue angle of 295.95º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26DB7 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB178109183-
CMYK0.030.4000.28
HSL295.95º33.94%57.25%-
HSV(B)295.95º40.44%71.76%-
XYZ32.3823.8247.69-
YUV138.07153.36156.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=37.87%
G=23.19%
B=38.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781091830.030.4000.28295.9533.9457.25
HexB26DB732801C1282239
Octal2621552673500344504271
Binary1011001011011011011011111101000011100100101000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DB7; }

 p { color: rgb(178,109,183); }

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

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

 a { background-color: rgb(178,109,183); }

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

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

 span { border-color: rgb(178,109,183); }

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