#B66FB4

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

Shades of Fuchsia #B66FB4

Tints of Fuchsia #B66FB4

Color information

#B66FB4 (or 0xB66FB4) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and B4. RGB value is (182,111,180). Sum of RGB (Red+Green+Blue) = 182+111+180=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FB4 is #49904B. Grayscale: #8B8B8B. Windows color (decimal): -4821068 or 11825078. OLE color: 11825078.

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

Color convert

RGB182111180-
CMYK00.390.010.29
HSL301.69º32.72%57.45%-
HSV(B)301.69º39.01%71.37%-
XYZ33.2124.6146.18-
YUV140.1150.52157.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=38.48%
G=23.47%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211118000.390.010.29301.6932.7257.45
HexB66FB402711D12e2139
Octal2661572640471354564171
Binary101101101101111101101000100111111101100101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FB4; }

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

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

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

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

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

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

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

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