#B759BD

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

Shades of Fuchsia #B759BD

Tints of Fuchsia #B759BD

Color information

#B759BD (or 0xB759BD) is unknown color: approx Fuchsia. HEX triplet: B7, 59 and BD. RGB value is (183,89,189). Sum of RGB (Red+Green+Blue) = 183+89+189=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #B759BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759BD is #48A642. Grayscale: #808080. Windows color (decimal): -4761155 or 12409271. OLE color: 12409271.

HSL color Cylindrical-coordinate representation of color #B759BD: hue angle of 296.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B759BD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18389189-
CMYK0.030.5300.26
HSL296.4º43.1%54.51%-
HSV(B)296.4º52.91%74.12%-
XYZ32.2920.8950.47-
YUV128.51162.14166.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=39.70%
G=19.31%
B=41.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183891890.030.5300.26296.443.154.51
HexB759BD33501A1282b37
Octal2671312753650324505367
Binary1011011110110011011110111110101011010100101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759BD; }

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

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

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

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

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

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

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

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