#B661B3

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

Shades of Fuchsia #B661B3

Tints of Fuchsia #B661B3

Color information

#B661B3 (or 0xB661B3) is unknown color: approx Fuchsia. HEX triplet: B6, 61 and B3. RGB value is (182,97,179). Sum of RGB (Red+Green+Blue) = 182+97+179=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B661B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661B3 is #499E4C. Grayscale: #838383. Windows color (decimal): -4824653 or 11755958. OLE color: 11755958.

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

Color convert

RGB18297179-
CMYK00.470.020.29
HSL302.12º36.8%54.71%-
HSV(B)302.12º46.7%71.37%-
XYZ31.721.7545.17-
YUV131.76154.66163.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 179 (70.31% from 255) = 39.08%
R=39.74%
G=21.18%
B=39.08%

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
Decimal1829717900.470.020.29302.1236.854.71
HexB661B302F21D12e2537
Octal2661412630572354564567
Binary1011011011000011011001101011111011101100101110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661B3; }

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

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

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

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

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

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

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

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