#B666BF

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

Shades of Fuchsia #B666BF

Tints of Fuchsia #B666BF

Color information

#B666BF (or 0xB666BF) is unknown color: approx Fuchsia. HEX triplet: B6, 66 and BF. RGB value is (182,102,191). Sum of RGB (Red+Green+Blue) = 182+102+191=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #B666BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666BF is #499940. Grayscale: #878787. Windows color (decimal): -4823361 or 12543670. OLE color: 12543670.

HSL color Cylindrical-coordinate representation of color #B666BF: hue angle of 293.93º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B666BF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182102191-
CMYK0.050.4700.25
HSL293.93º41.01%57.45%-
HSV(B)293.93º46.6%74.9%-
XYZ33.4523.2152.01-
YUV136.07159160.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 191 (75% from 255) = 40.21%
R=38.32%
G=21.47%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821021910.050.4700.25293.9341.0157.45
HexB666BF52F0191262939
Octal2661462775570314465171
Binary10110110110011010111111101101111011001100100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666BF; }

 p { color: rgb(182,102,191); }

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

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

 a { background-color: rgb(182,102,191); }

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

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

 span { border-color: rgb(182,102,191); }

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