#B060BA

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

Shades of Fuchsia #B060BA

Tints of Fuchsia #B060BA

Color information

#B060BA (or 0xB060BA) is unknown color: approx Fuchsia. HEX triplet: B0, 60 and BA. RGB value is (176,96,186). Sum of RGB (Red+Green+Blue) = 176+96+186=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B060BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060BA is #4F9F45. Grayscale: #818181. Windows color (decimal): -5218118 or 12214448. OLE color: 12214448.

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

Color convert

RGB17696186-
CMYK0.050.4800.27
HSL293.33º39.47%55.29%-
HSV(B)293.33º48.39%72.94%-
XYZ30.9521.1448.9-
YUV130.18159.5160.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=38.43%
G=20.96%
B=40.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176961860.050.4800.27293.3339.4755.29
HexB060BA53001B1252737
Octal2601402725600334454767
Binary10110000110000010111010101110000011011100100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060BA; }

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

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

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

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

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

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

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

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