#B46ABB

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

Shades of Fuchsia #B46ABB

Tints of Fuchsia #B46ABB

Color information

#B46ABB (or 0xB46ABB) is unknown color: approx Fuchsia. HEX triplet: B4, 6A and BB. RGB value is (180,106,187). Sum of RGB (Red+Green+Blue) = 180+106+187=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #B46ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ABB is #4B9544. Grayscale: #898989. Windows color (decimal): -4953413 or 12282548. OLE color: 12282548.

HSL color Cylindrical-coordinate representation of color #B46ABB: hue angle of 294.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46ABB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180106187-
CMYK0.040.4300.27
HSL294.81º37.33%57.45%-
HSV(B)294.81º43.32%73.33%-
XYZ32.9523.649.83-
YUV137.36156.02158.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=38.05%
G=22.41%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801061870.040.4300.27294.8137.3357.45
HexB46ABB42B01B1272539
Octal2641522734530334474571
Binary10110100110101010111011100101011011011100100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ABB; }

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

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

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

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

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

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

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

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