#B162BE

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

Shades of Fuchsia #B162BE

Tints of Fuchsia #B162BE

Color information

#B162BE (or 0xB162BE) is unknown color: approx Fuchsia. HEX triplet: B1, 62 and BE. RGB value is (177,98,190). Sum of RGB (Red+Green+Blue) = 177+98+190=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B162BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162BE is #4E9D41. Grayscale: #838383. Windows color (decimal): -5152066 or 12477105. OLE color: 12477105.

HSL color Cylindrical-coordinate representation of color #B162BE: hue angle of 291.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B162BE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17798190-
CMYK0.070.4800.25
HSL291.52º41.44%56.47%-
HSV(B)291.52º48.42%74.51%-
XYZ31.7921.851.25-
YUV132.11160.67160.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=38.06%
G=21.08%
B=40.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177981900.070.4800.25291.5241.4456.47
HexB162BE7300191242938
Octal2611422767600314445170
Binary10110001110001010111110111110000011001100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162BE; }

 p { color: rgb(177,98,190); }

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

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

 a { background-color: rgb(177,98,190); }

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

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

 span { border-color: rgb(177,98,190); }

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