#B66FB3

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

Shades of Fuchsia #B66FB3

Tints of Fuchsia #B66FB3

Color information

#B66FB3 (or 0xB66FB3) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and B3. RGB value is (182,111,179). Sum of RGB (Red+Green+Blue) = 182+111+179=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FB3 is #49904C. Grayscale: #8B8B8B. Windows color (decimal): -4821069 or 11759542. OLE color: 11759542.

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

Color convert

RGB182111179-
CMYK00.390.020.29
HSL302.54º32.72%57.45%-
HSV(B)302.54º39.01%71.37%-
XYZ33.1124.5745.64-
YUV139.98150.02157.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=38.56%
G=23.52%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211117900.390.020.29302.5432.7257.45
HexB66FB302721D12f2139
Octal2661572630472354574171
Binary1011011011011111011001101001111011101100101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FB3; }

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

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

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

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

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

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

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

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