#B759B8

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

Shades of Fuchsia #B759B8

Tints of Fuchsia #B759B8

Color information

#B759B8 (or 0xB759B8) is unknown color: approx Fuchsia. HEX triplet: B7, 59 and B8. RGB value is (183,89,184). Sum of RGB (Red+Green+Blue) = 183+89+184=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #B759B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759B8 is #48A647. Grayscale: #7F7F7F. Windows color (decimal): -4761160 or 12081591. OLE color: 12081591.

HSL color Cylindrical-coordinate representation of color #B759B8: hue angle of 299.37º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B759B8 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18389184-
CMYK0.010.5200.28
HSL299.37º40.08%53.53%-
HSV(B)299.37º51.63%72.16%-
XYZ31.7520.6747.66-
YUV127.94159.64167.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=40.13%
G=19.52%
B=40.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183891840.010.5200.28299.3740.0853.53
HexB759B813401C12b2836
Octal2671312701640344535066
Binary101101111011001101110001110100011100100101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759B8; }

 p { color: rgb(183,89,184); }

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

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

 a { background-color: rgb(183,89,184); }

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

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

 span { border-color: rgb(183,89,184); }

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