#B946B9

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

Shades of Fuchsia #B946B9

Tints of Fuchsia #B946B9

Color information

#B946B9 (or 0xB946B9) is unknown color: approx Fuchsia. HEX triplet: B9, 46 and B9. RGB value is (185,70,185). Sum of RGB (Red+Green+Blue) = 185+70+185=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B946B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946B9 is #46B946. Grayscale: #757575. Windows color (decimal): -4634951 or 12142265. OLE color: 12142265.

HSL color Cylindrical-coordinate representation of color #B946B9: hue angle of 300º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B946B9 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18570185-
CMYK00.6200.27
HSL300º45.1%50%-
HSV(B)300º62.16%72.55%-
XYZ30.9518.247.78-
YUV117.5166.1176.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=42.05%
G=15.91%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857018500.6200.2730045.150
HexB946B903E01B12c2d32
Octal2711062710760334545562
Binary101110011000110101110010111110011011100101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B946B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B946B9; }

 p { color: rgb(185,70,185); }

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

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

 a { background-color: rgb(185,70,185); }

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

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

 span { border-color: rgb(185,70,185); }

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