#B66FBA

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

Shades of Fuchsia #B66FBA

Tints of Fuchsia #B66FBA

Color information

#B66FBA (or 0xB66FBA) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and BA. RGB value is (182,111,186). Sum of RGB (Red+Green+Blue) = 182+111+186=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B66FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FBA is #499045. Grayscale: #8C8C8C. Windows color (decimal): -4821062 or 12218294. OLE color: 12218294.

HSL color Cylindrical-coordinate representation of color #B66FBA: hue angle of 296.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66FBA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182111186-
CMYK0.020.4000.27
HSL296.8º35.21%58.24%-
HSV(B)296.8º40.32%72.94%-
XYZ33.8424.8649.47-
YUV140.78153.52157.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=38.00%
G=23.17%
B=38.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821111860.020.4000.27296.835.2158.24
HexB66FBA22801B129233a
Octal2661572722500334514372
Binary1011011011011111011101010101000011011100101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FBA; }

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

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

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

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

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

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

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

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