#B358BE

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

Shades of Fuchsia #B358BE

Tints of Fuchsia #B358BE

Color information

#B358BE (or 0xB358BE) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and BE. RGB value is (179,88,190). Sum of RGB (Red+Green+Blue) = 179+88+190=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B358BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358BE is #4CA741. Grayscale: #7E7E7E. Windows color (decimal): -5023554 or 12474547. OLE color: 12474547.

HSL color Cylindrical-coordinate representation of color #B358BE: hue angle of 293.53º 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 #B358BE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17988190-
CMYK0.060.5400.25
HSL293.53º43.97%54.51%-
HSV(B)293.53º53.68%74.51%-
XYZ31.3720.2850.98-
YUV126.84163.65165.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=39.17%
G=19.26%
B=41.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179881900.060.5400.25293.5343.9754.51
HexB358BE6360191262c37
Octal2631302766660314465467
Binary10110011101100010111110110110110011001100100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358BE; }

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

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

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

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

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

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

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

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