#B26DBF

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

Shades of Fuchsia #B26DBF

Tints of Fuchsia #B26DBF

Color information

#B26DBF (or 0xB26DBF) is unknown color: approx Fuchsia. HEX triplet: B2, 6D and BF. RGB value is (178,109,191). Sum of RGB (Red+Green+Blue) = 178+109+191=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #B26DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DBF is #4D9240. Grayscale: #8A8A8A. Windows color (decimal): -5083713 or 12545458. OLE color: 12545458.

HSL color Cylindrical-coordinate representation of color #B26DBF: hue angle of 290.49º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26DBF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178109191-
CMYK0.070.4300.25
HSL290.49º39.05%58.82%-
HSV(B)290.49º42.93%74.9%-
XYZ33.2324.1652.2-
YUV138.98157.36155.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 191 (75% from 255) = 39.96%
R=37.24%
G=22.80%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781091910.070.4300.25290.4939.0558.82
HexB26DBF72B019122273b
Octal2621552777530314424773
Binary10110010110110110111111111101011011001100100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DBF; }

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

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

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

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

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

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

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

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