#B06AB9

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

Shades of Fuchsia #B06AB9

Tints of Fuchsia #B06AB9

Color information

#B06AB9 (or 0xB06AB9) is unknown color: approx Fuchsia. HEX triplet: B0, 6A and B9. RGB value is (176,106,185). Sum of RGB (Red+Green+Blue) = 176+106+185=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #B06AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AB9 is #4F9546. Grayscale: #878787. Windows color (decimal): -5215559 or 12151472. OLE color: 12151472.

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

Color convert

RGB176106185-
CMYK0.050.4300.27
HSL293.16º36.07%57.06%-
HSV(B)293.16º42.7%72.55%-
XYZ31.8223.0448.67-
YUV135.94155.69156.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=37.69%
G=22.70%
B=39.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761061850.050.4300.27293.1636.0757.06
HexB06AB952B01B1252439
Octal2601522715530334454471
Binary10110000110101010111001101101011011011100100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AB9; }

 p { color: rgb(176,106,185); }

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

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

 a { background-color: rgb(176,106,185); }

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

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

 span { border-color: rgb(176,106,185); }

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