#B165FB

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

Shades of Medium Purple #B165FB

Tints of Medium Purple #B165FB

Color information

#B165FB (or 0xB165FB) is unknown color: approx Medium Purple. HEX triplet: B1, 65 and FB. RGB value is (177,101,251). Sum of RGB (Red+Green+Blue) = 177+101+251=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #B165FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165FB is #4E9A04. Grayscale: #8C8C8C. Windows color (decimal): -5151237 or 16475569. OLE color: 16475569.

HSL color Cylindrical-coordinate representation of color #B165FB: hue angle of 270.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B165FB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177101251-
CMYK0.290.6000.02
HSL270.4º94.94%69.02%-
HSV(B)270.4º59.76%98.43%-
XYZ40.225.6294.09-
YUV140.82190.18153.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=33.46%
G=19.09%
B=47.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771012510.290.6000.02270.494.9469.02
HexB165FB1D3C0210e5f45
Octal261145373357402416137105
Binary101100011100101111110111110111110001010000111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165FB; }

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

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

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

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

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

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

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

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