#B762AD

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

Shades of Fuchsia #B762AD

Tints of Fuchsia #B762AD

Color information

#B762AD (or 0xB762AD) is unknown color: approx Fuchsia. HEX triplet: B7, 62 and AD. RGB value is (183,98,173). Sum of RGB (Red+Green+Blue) = 183+98+173=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B762AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B762AD is #489D52. Grayscale: #838383. Windows color (decimal): -4758867 or 11362999. OLE color: 11362999.

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

Color convert

RGB18398173-
CMYK00.460.050.28
HSL307.06º37.12%55.1%-
HSV(B)307.06º46.45%71.76%-
XYZ31.4421.8242.09-
YUV131.96151.16164.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=40.31%
G=21.59%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839817300.460.050.28307.0637.1255.1
HexB762AD02E51C1332537
Octal2671422550565344634567
Binary10110111110001010101101010111010111100100110011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762AD; }

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

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

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

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

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

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

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

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