#B066B5

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

Shades of Fuchsia #B066B5

Tints of Fuchsia #B066B5

Color information

#B066B5 (or 0xB066B5) is unknown color: approx Fuchsia. HEX triplet: B0, 66 and B5. RGB value is (176,102,181). Sum of RGB (Red+Green+Blue) = 176+102+181=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #B066B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066B5 is #4F994A. Grayscale: #848484. Windows color (decimal): -5216587 or 11888304. OLE color: 11888304.

HSL color Cylindrical-coordinate representation of color #B066B5: hue angle of 296.2º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B066B5 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176102181-
CMYK0.030.4400.29
HSL296.2º34.8%55.49%-
HSV(B)296.2º43.65%70.98%-
XYZ3122.0746.34-
YUV133.13155.02158.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=38.34%
G=22.22%
B=39.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761021810.030.4400.29296.234.855.49
HexB066B532C01D1282337
Octal2601462653540354504367
Binary1011000011001101011010111101100011101100101000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066B5; }

 p { color: rgb(176,102,181); }

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

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

 a { background-color: rgb(176,102,181); }

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

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

 span { border-color: rgb(176,102,181); }

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