#B66FBB

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

Shades of Fuchsia #B66FBB

Tints of Fuchsia #B66FBB

Color information

#B66FBB (or 0xB66FBB) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and BB. RGB value is (182,111,187). Sum of RGB (Red+Green+Blue) = 182+111+187=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B66FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FBB is #499044. Grayscale: #8C8C8C. Windows color (decimal): -4821061 or 12283830. OLE color: 12283830.

HSL color Cylindrical-coordinate representation of color #B66FBB: hue angle of 296.05º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66FBB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182111187-
CMYK0.030.4100.27
HSL296.05º35.85%58.43%-
HSV(B)296.05º40.64%73.33%-
XYZ33.9524.950.03-
YUV140.89154.02157.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 111 (43.75% from 255) = 23.12%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=37.92%
G=23.12%
B=38.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821111870.030.4100.27296.0535.8558.43
HexB66FBB32901B128243a
Octal2661572733510334504472
Binary1011011011011111011101111101001011011100101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FBB; }

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

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

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

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

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

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

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

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