#B46CB3

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

Shades of Fuchsia #B46CB3

Tints of Fuchsia #B46CB3

Color information

#B46CB3 (or 0xB46CB3) is unknown color: approx Fuchsia. HEX triplet: B4, 6C and B3. RGB value is (180,108,179). Sum of RGB (Red+Green+Blue) = 180+108+179=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CB3 is #4B934C. Grayscale: #898989. Windows color (decimal): -4952909 or 11758772. OLE color: 11758772.

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

Color convert

RGB180108179-
CMYK00.400.010.29
HSL300.83º32.43%56.47%-
HSV(B)300.83º40%70.59%-
XYZ32.3223.6845.52-
YUV137.62151.35158.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=38.54%
G=23.13%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010817900.400.010.29300.8332.4356.47
HexB46CB302811D12d2038
Octal2641542630501354554070
Binary101101001101100101100110101000111101100101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CB3; }

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

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

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

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

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

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

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

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