#B465AC

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

Shades of Violet Blue #B465AC

Tints of Violet Blue #B465AC

Color information

#B465AC (or 0xB465AC) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and AC. RGB value is (180,101,172). Sum of RGB (Red+Green+Blue) = 180+101+172=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B465AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465AC is #4B9A53. Grayscale: #848484. Windows color (decimal): -4954708 or 11298228. OLE color: 11298228.

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

Color convert

RGB180101172-
CMYK00.440.040.29
HSL306.08º34.5%55.1%-
HSV(B)306.08º43.89%70.59%-
XYZ30.9221.9941.64-
YUV132.72150.17161.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=39.74%
G=22.30%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010117200.440.040.29306.0834.555.1
HexB465AC02C41D1322237
Octal2641452540544354624267
Binary10110100110010110101100010110010011101100110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465AC; }

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

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

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

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

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

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

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

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