#B465A2

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

Shades of Violet Blue #B465A2

Tints of Violet Blue #B465A2

Color information

#B465A2 (or 0xB465A2) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and A2. RGB value is (180,101,162). Sum of RGB (Red+Green+Blue) = 180+101+162=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A2 is #4B9A5D. Grayscale: #838383. Windows color (decimal): -4954718 or 10642868. OLE color: 10642868.

HSL color Cylindrical-coordinate representation of color #B465A2: hue angle of 313.67º 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 #B465A2 is Cyan = 0, Magento = 0.44, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB180101162-
CMYK00.440.10.29
HSL313.67º34.5%55.1%-
HSV(B)313.67º43.89%70.59%-
XYZ3021.6236.77-
YUV131.57145.17162.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=40.63%
G=22.80%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010116200.440.10.29313.6734.555.1
HexB465A202CA1D13a2237
Octal26414524205412354724267
Binary101101001100101101000100101100101011101100111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465A2; }

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

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

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

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

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

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

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

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