#B162BA

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

Shades of Fuchsia #B162BA

Tints of Fuchsia #B162BA

Color information

#B162BA (or 0xB162BA) is unknown color: approx Fuchsia. HEX triplet: B1, 62 and BA. RGB value is (177,98,186). Sum of RGB (Red+Green+Blue) = 177+98+186=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B162BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162BA is #4E9D45. Grayscale: #838383. Windows color (decimal): -5152070 or 12214961. OLE color: 12214961.

HSL color Cylindrical-coordinate representation of color #B162BA: hue angle of 293.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B162BA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17798186-
CMYK0.050.4700.27
HSL293.86º38.94%55.69%-
HSV(B)293.86º47.31%72.94%-
XYZ31.3621.6348.98-
YUV131.65158.67160.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=38.39%
G=21.26%
B=40.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177981860.050.4700.27293.8638.9455.69
HexB162BA52F01B1262738
Octal2611422725570334464770
Binary10110001110001010111010101101111011011100100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162BA; }

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

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

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

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

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

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

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

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