#B465AB

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

Shades of Violet Blue #B465AB

Tints of Violet Blue #B465AB

Color information

#B465AB (or 0xB465AB) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and AB. RGB value is (180,101,171). Sum of RGB (Red+Green+Blue) = 180+101+171=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B465AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465AB is #4B9A54. Grayscale: #848484. Windows color (decimal): -4954709 or 11232692. OLE color: 11232692.

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

Color convert

RGB180101171-
CMYK00.440.050.29
HSL306.84º34.5%55.1%-
HSV(B)306.84º43.89%70.59%-
XYZ30.8321.9541.14-
YUV132.6149.67161.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=39.82%
G=22.35%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010117100.440.050.29306.8434.555.1
HexB465AB02C51D1332237
Octal2641452530545354634267
Binary10110100110010110101011010110010111101100110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465AB; }

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

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

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

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

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

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

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

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