#B661AD

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

Shades of Fuchsia #B661AD

Tints of Fuchsia #B661AD

Color information

#B661AD (or 0xB661AD) is unknown color: approx Fuchsia. HEX triplet: B6, 61 and AD. RGB value is (182,97,173). Sum of RGB (Red+Green+Blue) = 182+97+173=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B661AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661AD is #499E52. Grayscale: #828282. Windows color (decimal): -4824659 or 11362742. OLE color: 11362742.

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

Color convert

RGB18297173-
CMYK00.470.050.29
HSL306.35º36.8%54.71%-
HSV(B)306.35º46.7%71.37%-
XYZ31.1121.5142.05-
YUV131.08151.66164.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=40.27%
G=21.46%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829717300.470.050.29306.3536.854.71
HexB661AD02F51D1322537
Octal2661412550575354624567
Binary10110110110000110101101010111110111101100110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661AD; }

 p { color: rgb(182,97,173); }

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

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

 a { background-color: rgb(182,97,173); }

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

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

 span { border-color: rgb(182,97,173); }

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