#B06BB6

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

Shades of Fuchsia #B06BB6

Tints of Fuchsia #B06BB6

Color information

#B06BB6 (or 0xB06BB6) is unknown color: approx Fuchsia. HEX triplet: B0, 6B and B6. RGB value is (176,107,182). Sum of RGB (Red+Green+Blue) = 176+107+182=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #B06BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BB6 is #4F9449. Grayscale: #878787. Windows color (decimal): -5215306 or 11955120. OLE color: 11955120.

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

Color convert

RGB176107182-
CMYK0.030.4100.29
HSL295.2º33.94%56.67%-
HSV(B)295.2º41.21%71.37%-
XYZ31.6123.1247.05-
YUV136.18153.86156.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=37.85%
G=23.01%
B=39.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761071820.030.4100.29295.233.9456.67
HexB06BB632901D1272239
Octal2601532663510354474271
Binary1011000011010111011011011101001011101100100111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BB6; }

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

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

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

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

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

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

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

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