#B06BB7

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

Shades of Fuchsia #B06BB7

Tints of Fuchsia #B06BB7

Color information

#B06BB7 (or 0xB06BB7) is unknown color: approx Fuchsia. HEX triplet: B0, 6B and B7. RGB value is (176,107,183). Sum of RGB (Red+Green+Blue) = 176+107+183=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #B06BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BB7 is #4F9448. Grayscale: #888888. Windows color (decimal): -5215305 or 12020656. OLE color: 12020656.

HSL color Cylindrical-coordinate representation of color #B06BB7: hue angle of 294.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06BB7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176107183-
CMYK0.040.4200.28
HSL294.47º34.55%56.86%-
HSV(B)294.47º41.53%71.76%-
XYZ31.7123.1647.6-
YUV136.29154.36156.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=37.77%
G=22.96%
B=39.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761071830.040.4200.28294.4734.5556.86
HexB06BB742A01C1262339
Octal2601532674520344464371
Binary10110000110101110110111100101010011100100100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BB7; }

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

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

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

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

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

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

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

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