#B165BB

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

Shades of Fuchsia #B165BB

Tints of Fuchsia #B165BB

Color information

#B165BB (or 0xB165BB) is unknown color: approx Fuchsia. HEX triplet: B1, 65 and BB. RGB value is (177,101,187). Sum of RGB (Red+Green+Blue) = 177+101+187=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B165BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165BB is #4E9A44. Grayscale: #858585. Windows color (decimal): -5151301 or 12281265. OLE color: 12281265.

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

Color convert

RGB177101187-
CMYK0.050.4600.27
HSL293.02º38.74%56.47%-
HSV(B)293.02º45.99%73.33%-
XYZ31.7522.2449.63-
YUV133.53158.18159.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=38.06%
G=21.72%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771011870.050.4600.27293.0238.7456.47
HexB165BB52E01B1252738
Octal2611452735560334454770
Binary10110001110010110111011101101110011011100100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165BB; }

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

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

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

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

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

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

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

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