#B947B1

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

Shades of Fuchsia #B947B1

Tints of Fuchsia #B947B1

Color information

#B947B1 (or 0xB947B1) is unknown color: approx Fuchsia. HEX triplet: B9, 47 and B1. RGB value is (185,71,177). Sum of RGB (Red+Green+Blue) = 185+71+177=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B947B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947B1 is #46B84E. Grayscale: #747474. Windows color (decimal): -4634703 or 11618233. OLE color: 11618233.

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

Color convert

RGB18571177-
CMYK00.620.040.27
HSL304.21º44.88%50.2%-
HSV(B)304.21º61.62%72.55%-
XYZ30.21843.48-
YUV117.17161.77176.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=42.73%
G=16.40%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857117700.620.040.27304.2144.8850.2
HexB947B103E41B1302d32
Octal2711072610764334605562
Binary10111001100011110110001011111010011011100110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B947B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B947B1; }

 p { color: rgb(185,71,177); }

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

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

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

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

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

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

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