#B761BE

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

Shades of Fuchsia #B761BE

Tints of Fuchsia #B761BE

Color information

#B761BE (or 0xB761BE) is unknown color: approx Fuchsia. HEX triplet: B7, 61 and BE. RGB value is (183,97,190). Sum of RGB (Red+Green+Blue) = 183+97+190=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B761BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761BE is #489E41. Grayscale: #858585. Windows color (decimal): -4759106 or 12476855. OLE color: 12476855.

HSL color Cylindrical-coordinate representation of color #B761BE: hue angle of 295.48º 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 #B761BE is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18397190-
CMYK0.040.4900.25
HSL295.48º41.7%56.27%-
HSV(B)295.48º48.95%74.51%-
XYZ33.122.3351.28-
YUV133.32159.99163.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=38.94%
G=20.64%
B=40.43%

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
Decimal183971900.040.4900.25295.4841.756.27
HexB761BE4310191272a38
Octal2671412764610314475270
Binary10110111110000110111110100110001011001100100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761BE; }

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

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

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

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

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

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

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

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