#B061BD

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

Shades of Fuchsia #B061BD

Tints of Fuchsia #B061BD

Color information

#B061BD (or 0xB061BD) is unknown color: approx Fuchsia. HEX triplet: B0, 61 and BD. RGB value is (176,97,189). Sum of RGB (Red+Green+Blue) = 176+97+189=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #B061BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061BD is #4F9E42. Grayscale: #828282. Windows color (decimal): -5217859 or 12411312. OLE color: 12411312.

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

Color convert

RGB17697189-
CMYK0.070.4900.26
HSL291.52º41.07%56.08%-
HSV(B)291.52º48.68%74.12%-
XYZ31.3621.4550.63-
YUV131.11160.67160.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=38.10%
G=21.00%
B=40.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176971890.070.4900.26291.5241.0756.08
HexB061BD73101A1242938
Octal2601412757610324445170
Binary10110000110000110111101111110001011010100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061BD; }

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

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

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

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

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

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

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

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