#B46BC0

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

Shades of Fuchsia #B46BC0

Tints of Fuchsia #B46BC0

Color information

#B46BC0 (or 0xB46BC0) is unknown color: approx Fuchsia. HEX triplet: B4, 6B and C0. RGB value is (180,107,192). Sum of RGB (Red+Green+Blue) = 180+107+192=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #B46BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BC0 is #4B943F. Grayscale: #8A8A8A. Windows color (decimal): -4953152 or 12610484. OLE color: 12610484.

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

Color convert

RGB180107192-
CMYK0.060.4400.25
HSL291.53º40.28%58.63%-
HSV(B)291.53º44.27%75.29%-
XYZ33.5924.0252.74-
YUV138.52158.18157.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=37.58%
G=22.34%
B=40.08%

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
Decimal1801071920.060.4400.25291.5340.2858.63
HexB46BC062C019124283b
Octal2641533006540314445073
Binary10110100110101111000000110101100011001100100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BC0; }

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

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

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

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

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

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

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

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