#B46CB5

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

Shades of Fuchsia #B46CB5

Tints of Fuchsia #B46CB5

Color information

#B46CB5 (or 0xB46CB5) is unknown color: approx Fuchsia. HEX triplet: B4, 6C and B5. RGB value is (180,108,181). Sum of RGB (Red+Green+Blue) = 180+108+181=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #B46CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CB5 is #4B934A. Grayscale: #898989. Windows color (decimal): -4952907 or 11889844. OLE color: 11889844.

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

Color convert

RGB180108181-
CMYK0.010.4000.29
HSL299.18º33.03%56.67%-
HSV(B)299.18º40.33%70.98%-
XYZ32.5323.7646.59-
YUV137.85152.35158.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=38.38%
G=23.03%
B=38.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801081810.010.4000.29299.1833.0356.67
HexB46CB512801D12b2139
Octal2641542651500354534171
Binary101101001101100101101011101000011101100101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CB5; }

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

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

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

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

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

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

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

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