#B661B2

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

Shades of Fuchsia #B661B2

Tints of Fuchsia #B661B2

Color information

#B661B2 (or 0xB661B2) is unknown color: approx Fuchsia. HEX triplet: B6, 61 and B2. RGB value is (182,97,178). Sum of RGB (Red+Green+Blue) = 182+97+178=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B661B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661B2 is #499E4D. Grayscale: #838383. Windows color (decimal): -4824654 or 11690422. OLE color: 11690422.

HSL color Cylindrical-coordinate representation of color #B661B2: hue angle of 302.82º 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 #B661B2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18297178-
CMYK00.470.020.29
HSL302.82º36.8%54.71%-
HSV(B)302.82º46.7%71.37%-
XYZ31.621.7144.64-
YUV131.65154.16163.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=39.82%
G=21.23%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829717800.470.020.29302.8236.854.71
HexB661B202F21D12f2537
Octal2661412620572354574567
Binary1011011011000011011001001011111011101100101111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661B2; }

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

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

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

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

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

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

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

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