#B66FC1

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

Shades of Fuchsia #B66FC1

Tints of Fuchsia #B66FC1

Color information

#B66FC1 (or 0xB66FC1) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and C1. RGB value is (182,111,193). Sum of RGB (Red+Green+Blue) = 182+111+193=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #B66FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FC1 is #49903E. Grayscale: #8D8D8D. Windows color (decimal): -4821055 or 12677046. OLE color: 12677046.

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

Color convert

RGB182111193-
CMYK0.060.4200.24
HSL291.95º39.81%59.61%-
HSV(B)291.95º42.49%75.69%-
XYZ34.625.1653.49-
YUV141.58157.02156.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=37.45%
G=22.84%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821111930.060.4200.24291.9539.8159.61
HexB66FC162A018124283c
Octal2661573016520304445074
Binary10110110110111111000001110101010011000100100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FC1; }

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

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

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

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

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

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

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

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