#B269BA

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

Shades of Fuchsia #B269BA

Tints of Fuchsia #B269BA

Color information

#B269BA (or 0xB269BA) is unknown color: approx Fuchsia. HEX triplet: B2, 69 and BA. RGB value is (178,105,186). Sum of RGB (Red+Green+Blue) = 178+105+186=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B269BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269BA is #4D9645. Grayscale: #878787. Windows color (decimal): -5084742 or 12216754. OLE color: 12216754.

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

Color convert

RGB178105186-
CMYK0.040.4400.27
HSL294.07º36.99%57.06%-
HSV(B)294.07º43.55%72.94%-
XYZ32.2723.1149.21-
YUV136.06156.18157.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=37.95%
G=22.39%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781051860.040.4400.27294.0736.9957.06
HexB269BA42C01B1262539
Octal2621512724540334464571
Binary10110010110100110111010100101100011011100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269BA; }

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

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

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

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

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

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

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

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