#B165BE

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

Shades of Fuchsia #B165BE

Tints of Fuchsia #B165BE

Color information

#B165BE (or 0xB165BE) is unknown color: approx Fuchsia. HEX triplet: B1, 65 and BE. RGB value is (177,101,190). Sum of RGB (Red+Green+Blue) = 177+101+190=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B165BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165BE is #4E9A41. Grayscale: #858585. Windows color (decimal): -5151298 or 12477873. OLE color: 12477873.

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

Color convert

RGB177101190-
CMYK0.070.4700.25
HSL291.24º40.64%57.06%-
HSV(B)291.24º46.84%74.51%-
XYZ32.0822.3751.34-
YUV133.87159.68158.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=37.82%
G=21.58%
B=40.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771011900.070.4700.25291.2440.6457.06
HexB165BE72F0191232939
Octal2611452767570314435171
Binary10110001110010110111110111101111011001100100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165BE; }

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

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

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

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

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

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

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

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