#B466BD

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

Shades of Fuchsia #B466BD

Tints of Fuchsia #B466BD

Color information

#B466BD (or 0xB466BD) is unknown color: approx Fuchsia. HEX triplet: B4, 66 and BD. RGB value is (180,102,189). Sum of RGB (Red+Green+Blue) = 180+102+189=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #B466BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BD is #4B9942. Grayscale: #868686. Windows color (decimal): -4954435 or 12412596. OLE color: 12412596.

HSL color Cylindrical-coordinate representation of color #B466BD: hue angle of 293.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B466BD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180102189-
CMYK0.050.4600.26
HSL293.79º39.73%57.06%-
HSV(B)293.79º46.03%74.12%-
XYZ32.7622.8850.83-
YUV135.24158.34159.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=38.22%
G=21.66%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801021890.050.4600.26293.7939.7357.06
HexB466BD52E01A1262839
Octal2641462755560324465071
Binary10110100110011010111101101101110011010100100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466BD; }

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

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

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

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

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

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

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

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