#B466BF

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

Shades of Fuchsia #B466BF

Tints of Fuchsia #B466BF

Color information

#B466BF (or 0xB466BF) is unknown color: approx Fuchsia. HEX triplet: B4, 66 and BF. RGB value is (180,102,191). Sum of RGB (Red+Green+Blue) = 180+102+191=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #B466BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BF is #4B9940. Grayscale: #878787. Windows color (decimal): -4954433 or 12543668. OLE color: 12543668.

HSL color Cylindrical-coordinate representation of color #B466BF: hue angle of 292.58º 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 #B466BF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180102191-
CMYK0.060.4700.25
HSL292.58º41.01%57.45%-
HSV(B)292.58º46.6%74.9%-
XYZ32.9822.9751.99-
YUV135.47159.34159.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 191 (75% from 255) = 40.38%
R=38.05%
G=21.56%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801021910.060.4700.25292.5841.0157.45
HexB466BF62F0191252939
Octal2641462776570314455171
Binary10110100110011010111111110101111011001100100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466BF; }

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

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

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

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

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

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

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

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