#B061B7

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

Shades of Fuchsia #B061B7

Tints of Fuchsia #B061B7

Color information

#B061B7 (or 0xB061B7) is unknown color: approx Fuchsia. HEX triplet: B0, 61 and B7. RGB value is (176,97,183). Sum of RGB (Red+Green+Blue) = 176+97+183=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #B061B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061B7 is #4F9E48. Grayscale: #828282. Windows color (decimal): -5217865 or 12018096. OLE color: 12018096.

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

Color convert

RGB17697183-
CMYK0.040.4700.28
HSL295.12º37.39%54.9%-
HSV(B)295.12º46.99%71.76%-
XYZ30.7321.247.27-
YUV130.42157.67160.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=38.60%
G=21.27%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176971830.040.4700.28295.1237.3954.9
HexB061B742F01C1272537
Octal2601412674570344474567
Binary10110000110000110110111100101111011100100100111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061B7; }

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

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

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

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

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

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

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

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