#B065AE

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

Shades of Violet Blue #B065AE

Tints of Violet Blue #B065AE

Color information

#B065AE (or 0xB065AE) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and AE. RGB value is (176,101,174). Sum of RGB (Red+Green+Blue) = 176+101+174=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B065AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065AE is #4F9A51. Grayscale: #838383. Windows color (decimal): -5216850 or 11429296. OLE color: 11429296.

HSL color Cylindrical-coordinate representation of color #B065AE: hue angle of 301.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B065AE is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176101174-
CMYK00.430.010.31
HSL301.6º32.19%54.31%-
HSV(B)301.6º42.61%69.02%-
XYZ30.221.5942.62-
YUV131.75151.85159.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=39.02%
G=22.39%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610117400.430.010.31301.632.1954.31
HexB065AE02B11F12e2036
Octal2601452560531374564066
Binary101100001100101101011100101011111111100101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065AE; }

 p { color: rgb(176,101,174); }

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

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

 a { background-color: rgb(176,101,174); }

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

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

 span { border-color: rgb(176,101,174); }

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