#B764AD

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

Shades of Fuchsia #B764AD

Tints of Fuchsia #B764AD

Color information

#B764AD (or 0xB764AD) is unknown color: approx Fuchsia. HEX triplet: B7, 64 and AD. RGB value is (183,100,173). Sum of RGB (Red+Green+Blue) = 183+100+173=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B764AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B764AD is #489B52. Grayscale: #848484. Windows color (decimal): -4758355 or 11363511. OLE color: 11363511.

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

Color convert

RGB183100173-
CMYK00.450.050.28
HSL307.23º36.56%55.49%-
HSV(B)307.23º45.36%71.76%-
XYZ31.6322.242.15-
YUV133.14150.5163.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=40.13%
G=21.93%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310017300.450.050.28307.2336.5655.49
HexB764AD02D51C1332537
Octal2671442550555344634567
Binary10110111110010010101101010110110111100100110011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764AD; }

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

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

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

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

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

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

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

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