#B745B1

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

Shades of Fuchsia #B745B1

Tints of Fuchsia #B745B1

Color information

#B745B1 (or 0xB745B1) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and B1. RGB value is (183,69,177). Sum of RGB (Red+Green+Blue) = 183+69+177=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B745B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745B1 is #48BA4E. Grayscale: #737373. Windows color (decimal): -4766287 or 11617719. OLE color: 11617719.

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

Color convert

RGB18369177-
CMYK00.620.030.28
HSL303.16º45.24%49.41%-
HSV(B)303.16º62.3%71.76%-
XYZ29.5917.543.41-
YUV115.4162.77176.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 69 (27.34% from 255) = 16.08%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=42.66%
G=16.08%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836917700.620.030.28303.1645.2449.41
HexB745B103E31C12f2d31
Octal2671052610763344575561
Binary1011011110001011011000101111101111100100101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745B1; }

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

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

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

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

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

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

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

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