#B676BA

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

Shades of Fuchsia #B676BA

Tints of Fuchsia #B676BA

Color information

#B676BA (or 0xB676BA) is unknown color: approx Fuchsia. HEX triplet: B6, 76 and BA. RGB value is (182,118,186). Sum of RGB (Red+Green+Blue) = 182+118+186=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B676BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676BA is #498945. Grayscale: #909090. Windows color (decimal): -4819270 or 12220086. OLE color: 12220086.

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

Color convert

RGB182118186-
CMYK0.020.3700.27
HSL296.47º33.01%59.61%-
HSV(B)296.47º36.56%72.94%-
XYZ34.6326.4549.73-
YUV144.89151.2154.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=37.45%
G=24.28%
B=38.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821181860.020.3700.27296.4733.0159.61
HexB676BA22501B128213c
Octal2661662722450334504174
Binary1011011011101101011101010100101011011100101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B676BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B676BA; }

 p { color: rgb(182,118,186); }

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

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

 a { background-color: rgb(182,118,186); }

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

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

 span { border-color: rgb(182,118,186); }

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