#B660BA

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

Shades of Fuchsia #B660BA

Tints of Fuchsia #B660BA

Color information

#B660BA (or 0xB660BA) is unknown color: approx Fuchsia. HEX triplet: B6, 60 and BA. RGB value is (182,96,186). Sum of RGB (Red+Green+Blue) = 182+96+186=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B660BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660BA is #499F45. Grayscale: #838383. Windows color (decimal): -4824902 or 12214454. OLE color: 12214454.

HSL color Cylindrical-coordinate representation of color #B660BA: hue angle of 297.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 #B660BA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18296186-
CMYK0.020.4800.27
HSL297.33º39.47%55.29%-
HSV(B)297.33º48.39%72.94%-
XYZ32.3421.8648.97-
YUV131.97158.49163.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=39.22%
G=20.69%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182961860.020.4800.27297.3339.4755.29
HexB660BA23001B1292737
Octal2661402722600334514767
Binary1011011011000001011101010110000011011100101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660BA; }

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

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

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

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

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

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

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

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