#B759BA

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

Shades of Fuchsia #B759BA

Tints of Fuchsia #B759BA

Color information

#B759BA (or 0xB759BA) is unknown color: approx Fuchsia. HEX triplet: B7, 59 and BA. RGB value is (183,89,186). Sum of RGB (Red+Green+Blue) = 183+89+186=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B759BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759BA is #48A645. Grayscale: #7F7F7F. Windows color (decimal): -4761158 or 12212663. OLE color: 12212663.

HSL color Cylindrical-coordinate representation of color #B759BA: hue angle of 298.14º degrees, saturation: 0.41, 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 #B759BA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18389186-
CMYK0.020.5200.27
HSL298.14º41.28%53.92%-
HSV(B)298.14º52.15%72.94%-
XYZ31.9620.7648.78-
YUV128.16160.64167.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=39.96%
G=19.43%
B=40.61%

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
Decimal183891860.020.5200.27298.1441.2853.92
HexB759BA23401B12a2936
Octal2671312722640334525166
Binary1011011110110011011101010110100011011100101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759BA; }

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

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

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

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

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

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

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

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