#B760BE

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

Shades of Fuchsia #B760BE

Tints of Fuchsia #B760BE

Color information

#B760BE (or 0xB760BE) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and BE. RGB value is (183,96,190). Sum of RGB (Red+Green+Blue) = 183+96+190=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #B760BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760BE is #489F41. Grayscale: #848484. Windows color (decimal): -4759362 or 12476599. OLE color: 12476599.

HSL color Cylindrical-coordinate representation of color #B760BE: hue angle of 295.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B760BE is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18396190-
CMYK0.040.4900.25
HSL295.53º41.96%56.08%-
HSV(B)295.53º49.47%74.51%-
XYZ33.0122.1551.25-
YUV132.73160.32163.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=39.02%
G=20.47%
B=40.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183961900.040.4900.25295.5341.9656.08
HexB760BE4310191282a38
Octal2671402764610314505270
Binary10110111110000010111110100110001011001100101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760BE; }

 p { color: rgb(183,96,190); }

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

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

 a { background-color: rgb(183,96,190); }

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

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

 span { border-color: rgb(183,96,190); }

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