#B663B4

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

Shades of Fuchsia #B663B4

Tints of Fuchsia #B663B4

Color information

#B663B4 (or 0xB663B4) is unknown color: approx Fuchsia. HEX triplet: B6, 63 and B4. RGB value is (182,99,180). Sum of RGB (Red+Green+Blue) = 182+99+180=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B663B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663B4 is #499C4B. Grayscale: #848484. Windows color (decimal): -4824140 or 11822006. OLE color: 11822006.

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

Color convert

RGB18299180-
CMYK00.460.010.29
HSL301.45º36.24%55.1%-
HSV(B)301.45º45.6%71.37%-
XYZ31.9922.1645.77-
YUV133.05154.5162.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=39.48%
G=21.48%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829918000.460.010.29301.4536.2455.1
HexB663B402E11D12d2437
Octal2661432640561354554467
Binary101101101100011101101000101110111101100101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663B4; }

 p { color: rgb(182,99,180); }

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

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

 a { background-color: rgb(182,99,180); }

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

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

 span { border-color: rgb(182,99,180); }

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