#B46FBE

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

Shades of Fuchsia #B46FBE

Tints of Fuchsia #B46FBE

Color information

#B46FBE (or 0xB46FBE) is unknown color: approx Fuchsia. HEX triplet: B4, 6F and BE. RGB value is (180,111,190). Sum of RGB (Red+Green+Blue) = 180+111+190=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #B46FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FBE is #4B9041. Grayscale: #8C8C8C. Windows color (decimal): -4952130 or 12480436. OLE color: 12480436.

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

Color convert

RGB180111190-
CMYK0.050.4200.25
HSL292.41º37.8%59.02%-
HSV(B)292.41º41.58%74.51%-
XYZ33.824.7951.72-
YUV140.64155.86156.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=37.42%
G=23.08%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801111900.050.4200.25292.4137.859.02
HexB46FBE52A019124263b
Octal2641572765520314444673
Binary10110100110111110111110101101010011001100100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FBE; }

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

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

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

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

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

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

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

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