#B362B4

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

Shades of Fuchsia #B362B4

Tints of Fuchsia #B362B4

Color information

#B362B4 (or 0xB362B4) is unknown color: approx Fuchsia. HEX triplet: B3, 62 and B4. RGB value is (179,98,180). Sum of RGB (Red+Green+Blue) = 179+98+180=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #B362B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362B4 is #4C9D4B. Grayscale: #838383. Windows color (decimal): -5021004 or 11821747. OLE color: 11821747.

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

Color convert

RGB17998180-
CMYK0.010.4600.29
HSL299.27º35.34%54.51%-
HSV(B)299.27º45.56%70.59%-
XYZ31.221.6145.71-
YUV131.57155.34161.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=39.17%
G=21.44%
B=39.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179981800.010.4600.29299.2735.3454.51
HexB362B412E01D12b2337
Octal2631422641560354534367
Binary101100111100010101101001101110011101100101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B362B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B362B4; }

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

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

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

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

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

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

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

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