#B758B6

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

Shades of Fuchsia #B758B6

Tints of Fuchsia #B758B6

Color information

#B758B6 (or 0xB758B6) is unknown color: approx Fuchsia. HEX triplet: B7, 58 and B6. RGB value is (183,88,182). Sum of RGB (Red+Green+Blue) = 183+88+182=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B758B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758B6 is #48A749. Grayscale: #7E7E7E. Windows color (decimal): -4761418 or 11950263. OLE color: 11950263.

HSL color Cylindrical-coordinate representation of color #B758B6: hue angle of 300.63º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B758B6 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18388182-
CMYK00.520.010.28
HSL300.63º39.75%53.14%-
HSV(B)300.63º51.91%71.76%-
XYZ31.4620.4246.54-
YUV127.12158.97167.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=40.40%
G=19.43%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838818200.520.010.28300.6339.7553.14
HexB758B603411C12d2835
Octal2671302660641344555065
Binary101101111011000101101100110100111100100101101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B758B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B758B6; }

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

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

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

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

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

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

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

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