#b061be

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

Shades of Fuchsia #B061BE

Tints of Fuchsia #B061BE

Color information

#B061BE (or 0xB061BE) is unknown color: approx Fuchsia. HEX triplet: B0, 61 and BE. RGB value is (176,97,190). Sum of RGB (Red+Green+Blue) = 176+97+190=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #B061BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061BE is #4F9E41. Grayscale: #828282. Windows color (decimal): -5217858 or 12476848. OLE color: 12476848.

HSL color Cylindrical-coordinate representation of color #B061BE: hue angle of 290.97º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B061BE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17697190-
CMYK0.070.4900.25
HSL290.97º41.7%56.27%-
HSV(B)290.97º48.95%74.51%-
XYZ31.4721.551.21-
YUV131.22161.17159.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=38.01%
G=20.95%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176971900.070.4900.25290.9741.756.27
HexB061BE7310191232a38
Octal2601412767610314435270
Binary10110000110000110111110111110001011001100100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b061be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b061be; }

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

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

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

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

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

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

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

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