#B358BD

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

Shades of Fuchsia #B358BD

Tints of Fuchsia #B358BD

Color information

#B358BD (or 0xB358BD) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and BD. RGB value is (179,88,189). Sum of RGB (Red+Green+Blue) = 179+88+189=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #B358BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358BD is #4CA742. Grayscale: #7E7E7E. Windows color (decimal): -5023555 or 12409011. OLE color: 12409011.

HSL color Cylindrical-coordinate representation of color #B358BD: hue angle of 294.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B358BD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17988189-
CMYK0.050.5300.26
HSL294.06º43.35%54.31%-
HSV(B)294.06º53.44%74.12%-
XYZ31.2720.2450.4-
YUV126.72163.15165.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 88 (34.77% from 255) = 19.30%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=39.25%
G=19.30%
B=41.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179881890.050.5300.26294.0643.3554.31
HexB358BD53501A1262b36
Octal2631302755650324465366
Binary10110011101100010111101101110101011010100100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358BD; }

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

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

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

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

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

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

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

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