#B46EBE

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

Shades of Fuchsia #B46EBE

Tints of Fuchsia #B46EBE

Color information

#B46EBE (or 0xB46EBE) is unknown color: approx Fuchsia. HEX triplet: B4, 6E and BE. RGB value is (180,110,190). Sum of RGB (Red+Green+Blue) = 180+110+190=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #B46EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EBE is #4B9141. Grayscale: #8B8B8B. Windows color (decimal): -4952386 or 12480180. OLE color: 12480180.

HSL color Cylindrical-coordinate representation of color #B46EBE: hue angle of 292.5º 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 #B46EBE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180110190-
CMYK0.050.4200.25
HSL292.5º38.1%58.82%-
HSV(B)292.5º42.11%74.51%-
XYZ33.6924.5751.68-
YUV140.05156.19156.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=37.5%
G=22.92%
B=39.58%

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
Decimal1801101900.050.4200.25292.538.158.82
HexB46EBE52A019124263b
Octal2641562765520314444673
Binary10110100110111010111110101101010011001100100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EBE; }

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

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

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

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

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

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

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

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