#B357B4

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

Shades of Fuchsia #B357B4

Tints of Fuchsia #B357B4

Color information

#B357B4 (or 0xB357B4) is unknown color: approx Fuchsia. HEX triplet: B3, 57 and B4. RGB value is (179,87,180). Sum of RGB (Red+Green+Blue) = 179+87+180=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #B357B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357B4 is #4CA84B. Grayscale: #7C7C7C. Windows color (decimal): -5023820 or 11818931. OLE color: 11818931.

HSL color Cylindrical-coordinate representation of color #B357B4: hue angle of 299.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B357B4 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17987180-
CMYK0.010.5200.29
HSL299.35º38.27%52.35%-
HSV(B)299.35º51.67%70.59%-
XYZ30.2419.745.39-
YUV125.11158.98166.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 87 (34.38% from 255) = 19.51%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=40.13%
G=19.51%
B=40.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179871800.010.5200.29299.3538.2752.35
HexB357B413401D12b2634
Octal2631272641640354534664
Binary101100111010111101101001110100011101100101011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B357B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B357B4; }

 p { color: rgb(179,87,180); }

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

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

 a { background-color: rgb(179,87,180); }

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

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

 span { border-color: rgb(179,87,180); }

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