#B060BD

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

Shades of Fuchsia #B060BD

Tints of Fuchsia #B060BD

Color information

#B060BD (or 0xB060BD) is unknown color: approx Fuchsia. HEX triplet: B0, 60 and BD. RGB value is (176,96,189). Sum of RGB (Red+Green+Blue) = 176+96+189=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #B060BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060BD is #4F9F42. Grayscale: #828282. Windows color (decimal): -5218115 or 12411056. OLE color: 12411056.

HSL color Cylindrical-coordinate representation of color #B060BD: hue angle of 291.61º 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 #B060BD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17696189-
CMYK0.070.4900.26
HSL291.61º41.33%55.88%-
HSV(B)291.61º49.21%74.12%-
XYZ31.2721.2750.6-
YUV130.52161160.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=38.18%
G=20.82%
B=41.00%

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
Decimal176961890.070.4900.26291.6141.3355.88
HexB060BD73101A1242938
Octal2601402757610324445170
Binary10110000110000010111101111110001011010100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060BD; }

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

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

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

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

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

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

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

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