#B268BA

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

Shades of Fuchsia #B268BA

Tints of Fuchsia #B268BA

Color information

#B268BA (or 0xB268BA) is unknown color: approx Fuchsia. HEX triplet: B2, 68 and BA. RGB value is (178,104,186). Sum of RGB (Red+Green+Blue) = 178+104+186=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B268BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268BA is #4D9745. Grayscale: #878787. Windows color (decimal): -5084998 or 12216498. OLE color: 12216498.

HSL color Cylindrical-coordinate representation of color #B268BA: hue angle of 294.15º 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 #B268BA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178104186-
CMYK0.040.4400.27
HSL294.15º37.27%56.86%-
HSV(B)294.15º44.09%72.94%-
XYZ32.1722.9149.18-
YUV135.47156.52158.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=38.03%
G=22.22%
B=39.74%

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
Decimal1781041860.040.4400.27294.1537.2756.86
HexB268BA42C01B1262539
Octal2621502724540334464571
Binary10110010110100010111010100101100011011100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B268BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B268BA; }

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

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

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

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

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

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

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

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