#B759BB

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

Shades of Fuchsia #B759BB

Tints of Fuchsia #B759BB

Color information

#B759BB (or 0xB759BB) is unknown color: approx Fuchsia. HEX triplet: B7, 59 and BB. RGB value is (183,89,187). Sum of RGB (Red+Green+Blue) = 183+89+187=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #B759BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759BB is #48A644. Grayscale: #7F7F7F. Windows color (decimal): -4761157 or 12278199. OLE color: 12278199.

HSL color Cylindrical-coordinate representation of color #B759BB: hue angle of 297.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B759BB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18389187-
CMYK0.020.5200.27
HSL297.55º41.88%54.12%-
HSV(B)297.55º52.41%73.33%-
XYZ32.0720.849.34-
YUV128.28161.14167.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=39.87%
G=19.39%
B=40.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183891870.020.5200.27297.5541.8854.12
HexB759BB23401B12a2a36
Octal2671312732640334525266
Binary1011011110110011011101110110100011011100101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759BB; }

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

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

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

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

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

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

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

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