#B758BE

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

Shades of Fuchsia #B758BE

Tints of Fuchsia #B758BE

Color information

#B758BE (or 0xB758BE) is unknown color: approx Fuchsia. HEX triplet: B7, 58 and BE. RGB value is (183,88,190). Sum of RGB (Red+Green+Blue) = 183+88+190=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #B758BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758BE is #48A741. Grayscale: #7F7F7F. Windows color (decimal): -4761410 or 12474551. OLE color: 12474551.

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

Color convert

RGB18388190-
CMYK0.040.5400.25
HSL295.88º43.97%54.51%-
HSV(B)295.88º53.68%74.51%-
XYZ32.3120.7651.02-
YUV128.03162.97167.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=39.70%
G=19.09%
B=41.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183881900.040.5400.25295.8843.9754.51
HexB758BE4360191282c37
Octal2671302764660314505467
Binary10110111101100010111110100110110011001100101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B758BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B758BE; }

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

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

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

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

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

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

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

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