#B46CBB

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

Shades of Fuchsia #B46CBB

Tints of Fuchsia #B46CBB

Color information

#B46CBB (or 0xB46CBB) is unknown color: approx Fuchsia. HEX triplet: B4, 6C and BB. RGB value is (180,108,187). Sum of RGB (Red+Green+Blue) = 180+108+187=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #B46CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CBB is #4B9344. Grayscale: #8A8A8A. Windows color (decimal): -4952901 or 12283060. OLE color: 12283060.

HSL color Cylindrical-coordinate representation of color #B46CBB: hue angle of 294.68º degrees, saturation: 0.37, 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 #B46CBB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180108187-
CMYK0.040.4200.27
HSL294.68º36.74%57.84%-
HSV(B)294.68º42.25%73.33%-
XYZ33.1524.0249.9-
YUV138.53155.35157.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=37.89%
G=22.74%
B=39.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801081870.040.4200.27294.6836.7457.84
HexB46CBB42A01B127253a
Octal2641542734520334474572
Binary10110100110110010111011100101010011011100100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CBB; }

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

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

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

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

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

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

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

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