#B46ABE

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

Shades of Fuchsia #B46ABE

Tints of Fuchsia #B46ABE

Color information

#B46ABE (or 0xB46ABE) is unknown color: approx Fuchsia. HEX triplet: B4, 6A and BE. RGB value is (180,106,190). Sum of RGB (Red+Green+Blue) = 180+106+190=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #B46ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ABE is #4B9541. Grayscale: #898989. Windows color (decimal): -4953410 or 12479156. OLE color: 12479156.

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

Color convert

RGB180106190-
CMYK0.050.4400.25
HSL292.86º39.25%58.04%-
HSV(B)292.86º44.21%74.51%-
XYZ33.2723.7351.54-
YUV137.7157.52158.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=37.82%
G=22.27%
B=39.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801061900.050.4400.25292.8639.2558.04
HexB46ABE52C019125273a
Octal2641522765540314454772
Binary10110100110101010111110101101100011001100100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ABE; }

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

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

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

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

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

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

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

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