#B745B8

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

Shades of Fuchsia #B745B8

Tints of Fuchsia #B745B8

Color information

#B745B8 (or 0xB745B8) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and B8. RGB value is (183,69,184). Sum of RGB (Red+Green+Blue) = 183+69+184=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #B745B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745B8 is #48BA47. Grayscale: #737373. Windows color (decimal): -4766280 or 12076471. OLE color: 12076471.

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

Color convert

RGB18369184-
CMYK0.010.6200.28
HSL299.48º45.45%49.61%-
HSV(B)299.48º62.5%72.16%-
XYZ30.3117.7847.18-
YUV116.2166.27175.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=41.97%
G=15.83%
B=42.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183691840.010.6200.28299.4845.4549.61
HexB745B813E01C12b2d32
Octal2671052701760344535562
Binary101101111000101101110001111110011100100101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745B8; }

 p { color: rgb(183,69,184); }

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

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

 a { background-color: rgb(183,69,184); }

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

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

 span { border-color: rgb(183,69,184); }

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