#B26BBA

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

Shades of Fuchsia #B26BBA

Tints of Fuchsia #B26BBA

Color information

#B26BBA (or 0xB26BBA) is unknown color: approx Fuchsia. HEX triplet: B2, 6B and BA. RGB value is (178,107,186). Sum of RGB (Red+Green+Blue) = 178+107+186=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B26BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BBA is #4D9445. Grayscale: #888888. Windows color (decimal): -5084230 or 12217266. OLE color: 12217266.

HSL color Cylindrical-coordinate representation of color #B26BBA: hue angle of 293.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26BBA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178107186-
CMYK0.040.4200.27
HSL293.92º36.41%57.45%-
HSV(B)293.92º42.47%72.94%-
XYZ32.4823.5349.28-
YUV137.24155.52157.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=37.79%
G=22.72%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781071860.040.4200.27293.9236.4157.45
HexB26BBA42A01B1262439
Octal2621532724520334464471
Binary10110010110101110111010100101010011011100100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BBA; }

 p { color: rgb(178,107,186); }

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

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

 a { background-color: rgb(178,107,186); }

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

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

 span { border-color: rgb(178,107,186); }

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