#B757BE

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

Shades of Fuchsia #B757BE

Tints of Fuchsia #B757BE

Color information

#B757BE (or 0xB757BE) is unknown color: approx Fuchsia. HEX triplet: B7, 57 and BE. RGB value is (183,87,190). Sum of RGB (Red+Green+Blue) = 183+87+190=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #B757BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757BE is #48A841. Grayscale: #7F7F7F. Windows color (decimal): -4761666 or 12474295. OLE color: 12474295.

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

Color convert

RGB18387190-
CMYK0.040.5400.25
HSL295.92º44.21%54.31%-
HSV(B)295.92º54.21%74.51%-
XYZ32.2320.650.99-
YUV127.45163.3167.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=39.78%
G=18.91%
B=41.30%

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
Decimal183871900.040.5400.25295.9244.2154.31
HexB757BE4360191282c36
Octal2671272764660314505466
Binary10110111101011110111110100110110011001100101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757BE; }

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

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

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

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

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

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

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

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