#B46CBA

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

Shades of Fuchsia #B46CBA

Tints of Fuchsia #B46CBA

Color information

#B46CBA (or 0xB46CBA) is unknown color: approx Fuchsia. HEX triplet: B4, 6C and BA. RGB value is (180,108,186). Sum of RGB (Red+Green+Blue) = 180+108+186=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B46CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CBA is #4B9345. Grayscale: #8A8A8A. Windows color (decimal): -4952902 or 12217524. OLE color: 12217524.

HSL color Cylindrical-coordinate representation of color #B46CBA: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46CBA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180108186-
CMYK0.030.4200.27
HSL295.38º36.11%57.65%-
HSV(B)295.38º41.94%72.94%-
XYZ33.0523.9749.34-
YUV138.42154.85157.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=37.97%
G=22.78%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801081860.030.4200.27295.3836.1157.65
HexB46CBA32A01B127243a
Octal2641542723520334474472
Binary1011010011011001011101011101010011011100100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CBA; }

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

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

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

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

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

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

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

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