#B46FB9

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

Shades of Fuchsia #B46FB9

Tints of Fuchsia #B46FB9

Color information

#B46FB9 (or 0xB46FB9) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and B9. RGB value is (180,111,185). Sum of RGB (Red+Green+Blue) = 180+111+185=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #B46FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FB9 is #4B9046. Grayscale: #8B8B8B. Windows color (decimal): -4952135 or 12152756. OLE color: 12152756.

HSL color Cylindrical-coordinate representation of color #B46FB9: hue angle of 295.95º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46FB9 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180111185-
CMYK0.030.400.27
HSL295.95º34.58%58.04%-
HSV(B)295.95º40%72.55%-
XYZ33.2624.5748.89-
YUV140.07153.36156.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=37.82%
G=23.32%
B=38.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801111850.030.400.27295.9534.5858.04
HexB46FB932801B128233a
Octal2641572713500334504372
Binary1011010011011111011100111101000011011100101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FB9; }

 p { color: rgb(180,111,185); }

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

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

 a { background-color: rgb(180,111,185); }

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

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

 span { border-color: rgb(180,111,185); }

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