#B760AD

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

Shades of Fuchsia #B760AD

Tints of Fuchsia #B760AD

Color information

#B760AD (or 0xB760AD) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and AD. RGB value is (183,96,173). Sum of RGB (Red+Green+Blue) = 183+96+173=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B760AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760AD is #489F52. Grayscale: #828282. Windows color (decimal): -4759379 or 11362487. OLE color: 11362487.

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

Color convert

RGB18396173-
CMYK00.480.050.28
HSL306.9º37.66%54.71%-
HSV(B)306.9º47.54%71.76%-
XYZ31.2521.4542.03-
YUV130.79151.82165.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=40.49%
G=21.24%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839617300.480.050.28306.937.6654.71
HexB760AD03051C1332637
Octal2671402550605344634667
Binary10110111110000010101101011000010111100100110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760AD; }

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

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

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

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

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

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

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

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