#B46EB3

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

Shades of Fuchsia #B46EB3

Tints of Fuchsia #B46EB3

Color information

#B46EB3 (or 0xB46EB3) is unknown color: approx Fuchsia. HEX triplet: B4, 6E and B3. RGB value is (180,110,179). Sum of RGB (Red+Green+Blue) = 180+110+179=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EB3 is #4B914C. Grayscale: #8A8A8A. Windows color (decimal): -4952397 or 11759284. OLE color: 11759284.

HSL color Cylindrical-coordinate representation of color #B46EB3: hue angle of 300.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46EB3 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180110179-
CMYK00.390.010.29
HSL300.86º31.82%56.86%-
HSV(B)300.86º38.89%70.59%-
XYZ32.5424.1145.59-
YUV138.8150.69157.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=38.38%
G=23.45%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011017900.390.010.29300.8631.8256.86
HexB46EB302711D12d2039
Octal2641562630471354554071
Binary101101001101110101100110100111111101100101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EB3; }

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

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

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

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

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

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

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

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