#B739B1

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

Shades of Fuchsia #B739B1

Tints of Fuchsia #B739B1

Color information

#B739B1 (or 0xB739B1) is unknown color: approx Fuchsia. HEX triplet: B7, 39 and B1. RGB value is (183,57,177). Sum of RGB (Red+Green+Blue) = 183+57+177=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B739B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739B1 is #48C64E. Grayscale: #6C6C6C. Windows color (decimal): -4769359 or 11614647. OLE color: 11614647.

HSL color Cylindrical-coordinate representation of color #B739B1: hue angle of 302.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B739B1 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18357177-
CMYK00.690.030.28
HSL302.86º52.5%47.06%-
HSV(B)302.86º68.85%71.76%-
XYZ28.9316.1743.19-
YUV108.35166.74181.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=43.88%
G=13.67%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835717700.690.030.28302.8652.547.06
HexB739B104531C12f342f
Octal2677126101053344576457
Binary1011011111100110110001010001011111100100101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B739B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B739B1; }

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

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

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

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

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

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

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

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