#B747B2

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

Shades of Fuchsia #B747B2

Tints of Fuchsia #B747B2

Color information

#B747B2 (or 0xB747B2) is unknown color: approx Fuchsia. HEX triplet: B7, 47 and B2. RGB value is (183,71,178). Sum of RGB (Red+Green+Blue) = 183+71+178=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B747B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747B2 is #48B84D. Grayscale: #747474. Windows color (decimal): -4765774 or 11683767. OLE color: 11683767.

HSL color Cylindrical-coordinate representation of color #B747B2: hue angle of 302.68º 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 #B747B2 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18371178-
CMYK00.610.030.28
HSL302.68º44.09%49.8%-
HSV(B)302.68º61.2%71.76%-
XYZ29.8217.7943.98-
YUV116.69162.61175.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=42.36%
G=16.44%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837117800.610.030.28302.6844.0949.8
HexB747B203D31C12f2c32
Octal2671072620753344575462
Binary1011011110001111011001001111011111100100101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B747B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B747B2; }

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

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

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

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

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

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

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

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