#B061BB

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

Shades of Fuchsia #B061BB

Tints of Fuchsia #B061BB

Color information

#B061BB (or 0xB061BB) is unknown color: approx Fuchsia. HEX triplet: B0, 61 and BB. RGB value is (176,97,187). Sum of RGB (Red+Green+Blue) = 176+97+187=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B061BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061BB is #4F9E44. Grayscale: #828282. Windows color (decimal): -5217861 or 12280240. OLE color: 12280240.

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

Color convert

RGB17697187-
CMYK0.060.4800.27
HSL292.67º39.82%55.69%-
HSV(B)292.67º48.13%73.33%-
XYZ31.1521.3749.5-
YUV130.88159.67160.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=38.26%
G=21.09%
B=40.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176971870.060.4800.27292.6739.8255.69
HexB061BB63001B1252838
Octal2601412736600334455070
Binary10110000110000110111011110110000011011100100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061BB; }

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

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

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

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

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

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

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

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