#B465A5

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

Shades of Violet Blue #B465A5

Tints of Violet Blue #B465A5

Color information

#B465A5 (or 0xB465A5) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and A5. RGB value is (180,101,165). Sum of RGB (Red+Green+Blue) = 180+101+165=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A5 is #4B9A5A. Grayscale: #838383. Windows color (decimal): -4954715 or 10839476. OLE color: 10839476.

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

Color convert

RGB180101165-
CMYK00.440.080.29
HSL311.39º34.5%55.1%-
HSV(B)311.39º43.89%70.59%-
XYZ30.2721.7338.2-
YUV131.92146.67162.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=40.36%
G=22.65%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010116500.440.080.29311.3934.555.1
HexB465A502C81D1372237
Octal26414524505410354674267
Binary101101001100101101001010101100100011101100110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465A5; }

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

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

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

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

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

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

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

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