#B06FB9

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

Shades of Fuchsia #B06FB9

Tints of Fuchsia #B06FB9

Color information

#B06FB9 (or 0xB06FB9) is unknown color: approx Fuchsia. HEX triplet: B0, 6F and B9. RGB value is (176,111,185). Sum of RGB (Red+Green+Blue) = 176+111+185=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #B06FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FB9 is #4F9046. Grayscale: #8A8A8A. Windows color (decimal): -5214279 or 12152752. OLE color: 12152752.

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

Color convert

RGB176111185-
CMYK0.050.400.27
HSL292.7º34.58%58.04%-
HSV(B)292.7º40%72.55%-
XYZ32.3524.148.85-
YUV138.87154.03154.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=37.29%
G=23.52%
B=39.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761111850.050.400.27292.734.5858.04
HexB06FB952801B125233a
Octal2601572715500334454372
Binary10110000110111110111001101101000011011100100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FB9; }

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

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

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

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

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

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

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

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