#B758B3

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

Shades of Fuchsia #B758B3

Tints of Fuchsia #B758B3

Color information

#B758B3 (or 0xB758B3) is unknown color: approx Fuchsia. HEX triplet: B7, 58 and B3. RGB value is (183,88,179). Sum of RGB (Red+Green+Blue) = 183+88+179=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B758B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758B3 is #48A74C. Grayscale: #7E7E7E. Windows color (decimal): -4761421 or 11753655. OLE color: 11753655.

HSL color Cylindrical-coordinate representation of color #B758B3: hue angle of 302.53º 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 #B758B3 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18388179-
CMYK00.520.020.28
HSL302.53º39.75%53.14%-
HSV(B)302.53º51.91%71.76%-
XYZ31.1520.344.92-
YUV126.78157.47168.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=40.67%
G=19.56%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838817900.520.020.28302.5339.7553.14
HexB758B303421C12f2835
Octal2671302630642344575065
Binary1011011110110001011001101101001011100100101111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B758B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B758B3; }

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

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

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

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

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

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

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

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