#B165BA

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

Shades of Fuchsia #B165BA

Tints of Fuchsia #B165BA

Color information

#B165BA (or 0xB165BA) is unknown color: approx Fuchsia. HEX triplet: B1, 65 and BA. RGB value is (177,101,186). Sum of RGB (Red+Green+Blue) = 177+101+186=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B165BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165BA is #4E9A45. Grayscale: #858585. Windows color (decimal): -5151302 or 12215729. OLE color: 12215729.

HSL color Cylindrical-coordinate representation of color #B165BA: hue angle of 293.65º degrees, saturation: 0.38, 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 #B165BA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177101186-
CMYK0.050.4600.27
HSL293.65º38.12%56.27%-
HSV(B)293.65º45.7%72.94%-
XYZ31.6522.249.07-
YUV133.41157.68159.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=38.15%
G=21.77%
B=40.09%

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
Decimal1771011860.050.4600.27293.6538.1256.27
HexB165BA52E01B1262638
Octal2611452725560334464670
Binary10110001110010110111010101101110011011100100110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165BA; }

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

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

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

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

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

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

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

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