#B745B0

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

Shades of Fuchsia #B745B0

Tints of Fuchsia #B745B0

Color information

#B745B0 (or 0xB745B0) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and B0. RGB value is (183,69,176). Sum of RGB (Red+Green+Blue) = 183+69+176=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B745B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745B0 is #48BA4F. Grayscale: #727272. Windows color (decimal): -4766288 or 11552183. OLE color: 11552183.

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

Color convert

RGB18369176-
CMYK00.620.040.28
HSL303.68º45.24%49.41%-
HSV(B)303.68º62.3%71.76%-
XYZ29.4917.4642.89-
YUV115.28162.27176.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 69 (27.34% from 255) = 16.12%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=42.76%
G=16.12%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836917600.620.040.28303.6845.2449.41
HexB745B003E41C1302d31
Octal2671052600764344605561
Binary10110111100010110110000011111010011100100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745B0; }

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

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

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

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

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

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

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

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