#B46FB7

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

Shades of Fuchsia #B46FB7

Tints of Fuchsia #B46FB7

Color information

#B46FB7 (or 0xB46FB7) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and B7. RGB value is (180,111,183). Sum of RGB (Red+Green+Blue) = 180+111+183=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #B46FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FB7 is #4B9048. Grayscale: #8B8B8B. Windows color (decimal): -4952137 or 12021684. OLE color: 12021684.

HSL color Cylindrical-coordinate representation of color #B46FB7: hue angle of 297.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46FB7 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180111183-
CMYK0.020.3900.28
HSL297.5º33.33%57.65%-
HSV(B)297.5º39.34%71.76%-
XYZ33.0524.4947.78-
YUV139.84152.36156.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=37.97%
G=23.42%
B=38.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801111830.020.3900.28297.533.3357.65
HexB46FB722701C12a213a
Octal2641572672470344524172
Binary1011010011011111011011110100111011100100101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FB7; }

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

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

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

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

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

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

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

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