#B761AD

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

Shades of Fuchsia #B761AD

Tints of Fuchsia #B761AD

Color information

#B761AD (or 0xB761AD) is unknown color: approx Fuchsia. HEX triplet: B7, 61 and AD. RGB value is (183,97,173). Sum of RGB (Red+Green+Blue) = 183+97+173=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B761AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B761AD is #489E52. Grayscale: #838383. Windows color (decimal): -4759123 or 11362743. OLE color: 11362743.

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

Color convert

RGB18397173-
CMYK00.470.050.28
HSL306.98º37.39%54.9%-
HSV(B)306.98º46.99%71.76%-
XYZ31.3521.6342.06-
YUV131.38151.49164.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=40.40%
G=21.41%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839717300.470.050.28306.9837.3954.9
HexB761AD02F51C1332537
Octal2671412550575344634567
Binary10110111110000110101101010111110111100100110011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761AD; }

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

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

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

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

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

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

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

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