#B465AE

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

Shades of Violet Blue #B465AE

Tints of Violet Blue #B465AE

Color information

#B465AE (or 0xB465AE) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and AE. RGB value is (180,101,174). Sum of RGB (Red+Green+Blue) = 180+101+174=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B465AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465AE is #4B9A51. Grayscale: #848484. Windows color (decimal): -4954706 or 11429300. OLE color: 11429300.

HSL color Cylindrical-coordinate representation of color #B465AE: hue angle of 304.56º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B465AE is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180101174-
CMYK00.440.030.29
HSL304.56º34.5%55.1%-
HSV(B)304.56º43.89%70.59%-
XYZ31.1222.0742.66-
YUV132.94151.17161.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=39.56%
G=22.20%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010117400.440.030.29304.5634.555.1
HexB465AE02C31D1312237
Octal2641452560543354614267
Binary1011010011001011010111001011001111101100110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465AE; }

 p { color: rgb(180,101,174); }

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

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

 a { background-color: rgb(180,101,174); }

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

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

 span { border-color: rgb(180,101,174); }

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