#B066BB

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

Shades of Fuchsia #B066BB

Tints of Fuchsia #B066BB

Color information

#B066BB (or 0xB066BB) is unknown color: approx Fuchsia. HEX triplet: B0, 66 and BB. RGB value is (176,102,187). Sum of RGB (Red+Green+Blue) = 176+102+187=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B066BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066BB is #4F9944. Grayscale: #858585. Windows color (decimal): -5216581 or 12281520. OLE color: 12281520.

HSL color Cylindrical-coordinate representation of color #B066BB: hue angle of 292.24º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B066BB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176102187-
CMYK0.060.4500.27
HSL292.24º38.46%56.67%-
HSV(B)292.24º45.45%73.33%-
XYZ31.6322.3249.66-
YUV133.82158.02158.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=37.85%
G=21.94%
B=40.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761021870.060.4500.27292.2438.4656.67
HexB066BB62D01B1242639
Octal2601462736550334444671
Binary10110000110011010111011110101101011011100100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066BB; }

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

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

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

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

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

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

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

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