#B669B5

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

Shades of Fuchsia #B669B5

Tints of Fuchsia #B669B5

Color information

#B669B5 (or 0xB669B5) is unknown color: approx Fuchsia. HEX triplet: B6, 69 and B5. RGB value is (182,105,181). Sum of RGB (Red+Green+Blue) = 182+105+181=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B669B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669B5 is #49964A. Grayscale: #888888. Windows color (decimal): -4822603 or 11889078. OLE color: 11889078.

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

Color convert

RGB182105181-
CMYK00.420.010.29
HSL300.78º34.53%56.27%-
HSV(B)300.78º42.31%71.37%-
XYZ32.6823.3846.51-
YUV136.69153.01160.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=38.89%
G=22.44%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210518100.420.010.29300.7834.5356.27
HexB669B502A11D12d2338
Octal2661512650521354554370
Binary101101101101001101101010101010111101100101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669B5; }

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

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

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

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

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

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

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

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