#B46BBF

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

Shades of Fuchsia #B46BBF

Tints of Fuchsia #B46BBF

Color information

#B46BBF (or 0xB46BBF) is unknown color: approx Fuchsia. HEX triplet: B4, 6B and BF. RGB value is (180,107,191). Sum of RGB (Red+Green+Blue) = 180+107+191=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #B46BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BBF is #4B9440. Grayscale: #8A8A8A. Windows color (decimal): -4953153 or 12544948. OLE color: 12544948.

HSL color Cylindrical-coordinate representation of color #B46BBF: hue angle of 292.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46BBF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180107191-
CMYK0.060.4400.25
HSL292.14º39.62%58.43%-
HSV(B)292.14º43.98%74.9%-
XYZ33.4823.9852.15-
YUV138.4157.68157.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 191 (75% from 255) = 39.96%
R=37.66%
G=22.38%
B=39.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801071910.060.4400.25292.1439.6258.43
HexB46BBF62C019124283a
Octal2641532776540314445072
Binary10110100110101110111111110101100011001100100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BBF; }

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

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

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

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

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

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

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

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