#B065AA

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

Shades of Violet Blue #B065AA

Tints of Violet Blue #B065AA

Color information

#B065AA (or 0xB065AA) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and AA. RGB value is (176,101,170). Sum of RGB (Red+Green+Blue) = 176+101+170=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B065AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065AA is #4F9A55. Grayscale: #838383. Windows color (decimal): -5216854 or 11167152. OLE color: 11167152.

HSL color Cylindrical-coordinate representation of color #B065AA: hue angle of 304.8º 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 #B065AA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176101170-
CMYK00.430.030.31
HSL304.8º32.19%54.31%-
HSV(B)304.8º42.61%69.02%-
XYZ29.8121.4440.6-
YUV131.29149.85159.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=39.37%
G=22.60%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610117000.430.030.31304.832.1954.31
HexB065AA02B31F1312036
Octal2601452520533374614066
Binary1011000011001011010101001010111111111100110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065AA; }

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

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

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

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

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

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

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

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