#B358B7

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

Shades of Fuchsia #B358B7

Tints of Fuchsia #B358B7

Color information

#B358B7 (or 0xB358B7) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and B7. RGB value is (179,88,183). Sum of RGB (Red+Green+Blue) = 179+88+183=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #B358B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358B7 is #4CA748. Grayscale: #7D7D7D. Windows color (decimal): -5023561 or 12015795. OLE color: 12015795.

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

Color convert

RGB17988183-
CMYK0.020.5200.28
HSL297.47º39.75%53.14%-
HSV(B)297.47º51.91%71.76%-
XYZ30.6319.9847.04-
YUV126.04160.15165.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179881830.020.5200.28297.4739.7553.14
HexB358B723401C1292835
Octal2631302672640344515065
Binary1011001110110001011011110110100011100100101001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358B7; }

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

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

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

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

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

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

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

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