#B465A4

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

Shades of Violet Blue #B465A4

Tints of Violet Blue #B465A4

Color information

#B465A4 (or 0xB465A4) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and A4. RGB value is (180,101,164). Sum of RGB (Red+Green+Blue) = 180+101+164=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A4 is #4B9A5B. Grayscale: #838383. Windows color (decimal): -4954716 or 10773940. OLE color: 10773940.

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

Color convert

RGB180101164-
CMYK00.440.090.29
HSL312.15º34.5%55.1%-
HSV(B)312.15º43.89%70.59%-
XYZ30.1821.6937.72-
YUV131.8146.17162.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 164 (64.45% from 255) = 36.85%
R=40.45%
G=22.70%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010116400.440.090.29312.1534.555.1
HexB465A402C91D1382237
Octal26414524405411354704267
Binary101101001100101101001000101100100111101100111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465A4; }

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

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

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

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

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

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

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

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