#B739AC

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

Shades of Fuchsia #B739AC

Tints of Fuchsia #B739AC

Color information

#B739AC (or 0xB739AC) is unknown color: approx Fuchsia. HEX triplet: B7, 39 and AC. RGB value is (183,57,172). Sum of RGB (Red+Green+Blue) = 183+57+172=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B739AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739AC is #48C653. Grayscale: #6B6B6B. Windows color (decimal): -4769364 or 11286967. OLE color: 11286967.

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

Color convert

RGB18357172-
CMYK00.690.060.28
HSL305.24º52.5%47.06%-
HSV(B)305.24º68.85%71.76%-
XYZ28.4415.9740.61-
YUV107.78164.24181.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=44.42%
G=13.83%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835717200.690.060.28305.2452.547.06
HexB739AC04561C131342f
Octal2677125401056344616457
Binary10110111111001101011000100010111011100100110001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B739AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B739AC; }

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

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

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

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

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

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

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

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