#B06AB6

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

Shades of Fuchsia #B06AB6

Tints of Fuchsia #B06AB6

Color information

#B06AB6 (or 0xB06AB6) is unknown color: approx Fuchsia. HEX triplet: B0, 6A and B6. RGB value is (176,106,182). Sum of RGB (Red+Green+Blue) = 176+106+182=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #B06AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AB6 is #4F9549. Grayscale: #878787. Windows color (decimal): -5215562 or 11954864. OLE color: 11954864.

HSL color Cylindrical-coordinate representation of color #B06AB6: hue angle of 295.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06AB6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176106182-
CMYK0.030.4200.29
HSL295.26º34.23%56.47%-
HSV(B)295.26º41.76%71.37%-
XYZ31.522.9247.02-
YUV135.59154.19156.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=37.93%
G=22.84%
B=39.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761061820.030.4200.29295.2634.2356.47
HexB06AB632A01D1272238
Octal2601522663520354474270
Binary1011000011010101011011011101010011101100100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AB6; }

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

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

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

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

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

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

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

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