#B739AD

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

Shades of Fuchsia #B739AD

Tints of Fuchsia #B739AD

Color information

#B739AD (or 0xB739AD) is unknown color: approx Fuchsia. HEX triplet: B7, 39 and AD. RGB value is (183,57,173). Sum of RGB (Red+Green+Blue) = 183+57+173=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B739AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739AD is #48C652. Grayscale: #6B6B6B. Windows color (decimal): -4769363 or 11352503. OLE color: 11352503.

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

Color convert

RGB18357173-
CMYK00.690.050.28
HSL304.76º52.5%47.06%-
HSV(B)304.76º68.85%71.76%-
XYZ28.5316.0141.12-
YUV107.9164.74181.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=44.31%
G=13.80%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835717300.690.050.28304.7652.547.06
HexB739AD04551C131342f
Octal2677125501055344616457
Binary10110111111001101011010100010110111100100110001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B739AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B739AD; }

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

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

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

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

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

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

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

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