#B664B2

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

Shades of Fuchsia #B664B2

Tints of Fuchsia #B664B2

Color information

#B664B2 (or 0xB664B2) is unknown color: approx Fuchsia. HEX triplet: B6, 64 and B2. RGB value is (182,100,178). Sum of RGB (Red+Green+Blue) = 182+100+178=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B664B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664B2 is #499B4D. Grayscale: #858585. Windows color (decimal): -4823886 or 11691190. OLE color: 11691190.

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

Color convert

RGB182100178-
CMYK00.450.020.29
HSL302.93º35.96%55.29%-
HSV(B)302.93º45.05%71.37%-
XYZ31.8822.2744.74-
YUV133.41153.17162.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=39.57%
G=21.74%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210017800.450.020.29302.9335.9655.29
HexB664B202D21D12f2437
Octal2661442620552354574467
Binary1011011011001001011001001011011011101100101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664B2; }

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

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

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

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

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

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

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

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