#B669BB

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

Shades of Fuchsia #B669BB

Tints of Fuchsia #B669BB

Color information

#B669BB (or 0xB669BB) is unknown color: approx Fuchsia. HEX triplet: B6, 69 and BB. RGB value is (182,105,187). Sum of RGB (Red+Green+Blue) = 182+105+187=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #B669BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669BB is #499644. Grayscale: #898989. Windows color (decimal): -4822597 or 12282294. OLE color: 12282294.

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

Color convert

RGB182105187-
CMYK0.030.4400.27
HSL296.34º37.61%57.25%-
HSV(B)296.34º43.85%73.33%-
XYZ33.3123.6449.82-
YUV137.37156.01159.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=38.40%
G=22.15%
B=39.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821051870.030.4400.27296.3437.6157.25
HexB669BB32C01B1282639
Octal2661512733540334504671
Binary1011011011010011011101111101100011011100101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669BB; }

 p { color: rgb(182,105,187); }

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

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

 a { background-color: rgb(182,105,187); }

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

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

 span { border-color: rgb(182,105,187); }

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