#B165A5

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

Shades of Violet Blue #B165A5

Tints of Violet Blue #B165A5

Color information

#B165A5 (or 0xB165A5) is unknown color: approx Violet Blue. HEX triplet: B1, 65 and A5. RGB value is (177,101,165). Sum of RGB (Red+Green+Blue) = 177+101+165=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B165A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165A5 is #4E9A5A. Grayscale: #828282. Windows color (decimal): -5151323 or 10839473. OLE color: 10839473.

HSL color Cylindrical-coordinate representation of color #B165A5: hue angle of 309.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B165A5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177101165-
CMYK00.430.070.31
HSL309.47º32.76%54.51%-
HSV(B)309.47º42.94%69.41%-
XYZ29.5821.3738.16-
YUV131.02147.18160.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=39.95%
G=22.80%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710116500.430.070.31309.4732.7654.51
HexB165A502B71F1352137
Octal2611452450537374654167
Binary10110001110010110100101010101111111111100110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165A5; }

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

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

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

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

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

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

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

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