#B66EC1

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

Shades of Fuchsia #B66EC1

Tints of Fuchsia #B66EC1

Color information

#B66EC1 (or 0xB66EC1) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and C1. RGB value is (182,110,193). Sum of RGB (Red+Green+Blue) = 182+110+193=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B66EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EC1 is #49913E. Grayscale: #8C8C8C. Windows color (decimal): -4821311 or 12676790. OLE color: 12676790.

HSL color Cylindrical-coordinate representation of color #B66EC1: hue angle of 292.05º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66EC1 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182110193-
CMYK0.060.4300.24
HSL292.05º40.1%59.41%-
HSV(B)292.05º43.01%75.69%-
XYZ34.4924.9553.45-
YUV140.99157.35157.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=37.53%
G=22.68%
B=39.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821101930.060.4300.24292.0540.159.41
HexB66EC162B018124283b
Octal2661563016530304445073
Binary10110110110111011000001110101011011000100100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EC1; }

 p { color: rgb(182,110,193); }

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

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

 a { background-color: rgb(182,110,193); }

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

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

 span { border-color: rgb(182,110,193); }

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