#B06FBB

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

Shades of Fuchsia #B06FBB

Tints of Fuchsia #B06FBB

Color information

#B06FBB (or 0xB06FBB) is unknown color: approx Fuchsia. HEX triplet: B0, 6F and BB. RGB value is (176,111,187). Sum of RGB (Red+Green+Blue) = 176+111+187=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #B06FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FBB is #4F9044. Grayscale: #8A8A8A. Windows color (decimal): -5214277 or 12283824. OLE color: 12283824.

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

Color convert

RGB176111187-
CMYK0.060.4100.27
HSL291.32º35.85%58.43%-
HSV(B)291.32º40.64%73.33%-
XYZ32.5624.1949.97-
YUV139.1155.03154.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=37.13%
G=23.42%
B=39.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761111870.060.4100.27291.3235.8558.43
HexB06FBB62901B123243a
Octal2601572736510334434472
Binary10110000110111110111011110101001011011100100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FBB; }

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

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

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

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

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

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

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

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