#B747B5

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

Shades of Fuchsia #B747B5

Tints of Fuchsia #B747B5

Color information

#B747B5 (or 0xB747B5) is unknown color: approx Fuchsia. HEX triplet: B7, 47 and B5. RGB value is (183,71,181). Sum of RGB (Red+Green+Blue) = 183+71+181=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B747B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747B5 is #48B84A. Grayscale: #747474. Windows color (decimal): -4765771 or 11880375. OLE color: 11880375.

HSL color Cylindrical-coordinate representation of color #B747B5: hue angle of 301.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B747B5 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18371181-
CMYK00.610.010.28
HSL301.07º44.09%49.8%-
HSV(B)301.07º61.2%71.76%-
XYZ30.1217.9145.59-
YUV117.03164.11175.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 71 (28.12% from 255) = 16.32%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=42.07%
G=16.32%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837118100.610.010.28301.0744.0949.8
HexB747B503D11C12d2c32
Octal2671072650751344555462
Binary101101111000111101101010111101111100100101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B747B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B747B5; }

 p { color: rgb(183,71,181); }

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

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

 a { background-color: rgb(183,71,181); }

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

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

 span { border-color: rgb(183,71,181); }

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