#B162BB

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

Shades of Fuchsia #B162BB

Tints of Fuchsia #B162BB

Color information

#B162BB (or 0xB162BB) is unknown color: approx Fuchsia. HEX triplet: B1, 62 and BB. RGB value is (177,98,187). Sum of RGB (Red+Green+Blue) = 177+98+187=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B162BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162BB is #4E9D44. Grayscale: #838383. Windows color (decimal): -5152069 or 12280497. OLE color: 12280497.

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

Color convert

RGB17798187-
CMYK0.050.4800.27
HSL293.26º39.56%55.88%-
HSV(B)293.26º47.59%73.33%-
XYZ31.4721.6749.54-
YUV131.77159.17160.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=38.31%
G=21.21%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177981870.050.4800.27293.2639.5655.88
HexB162BB53001B1252838
Octal2611422735600334455070
Binary10110001110001010111011101110000011011100100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162BB; }

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

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

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

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

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

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

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

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